Use stow for managing dotfiles

This commit is contained in:
Oliver Davies 2021-07-10 22:20:50 +01:00
parent 7b29ee2104
commit 7fed1cf922
83 changed files with 61 additions and 40 deletions

43
git/.gitignore-global Normal file
View file

@ -0,0 +1,43 @@
# Ignore archive files.
*.7z
*.dmg
*.gz
*.iso
*.phar
*.phar.version
*.rar
*.tar
*.zip
# Ignore database exports.
*.*sql
# Ignore patch files and interdiffs.
*.patch
*.diff
*.rej
*.orig
interdiff*.txt
# Ignore Vagrant directories.
.vagrant/
# Ignore logs.
*.log
# Ignore IDE and text editor files.
.idea/
*.sublime-*
# Ignore temporary directories.
.php_cs.cache
tmp/
# Ignore Ansible Playbook retrys.
*.retry
# Ignore notes within projects.
.notes/
# Ignore directory level aliases
.aliases