dotfiles/roles/git/files/.gitignore-global
Oliver Davies 8916e90050 refactor: combine with Ubuntu Provisioning repo
Combine with this repository with https://github.com/opdavies/ubuntu-provisioning
so that everything can be managed in one place, and add a role for each
piece of software.
2022-01-06 01:04:14 +00:00

44 lines
500 B
Plaintext

# 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