Remove dot prefixes

This commit is contained in:
Oliver Davies 2019-09-04 22:55:23 +01:00
parent 6c307423f3
commit fdfa923c07
13 changed files with 0 additions and 0 deletions

43
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
fabfile.pyc
.DS*
*.unison.*