dotfiles/.gitignore-global

32 lines
328 B
Plaintext
Raw Normal View History

2015-11-04 21:39:10 +00:00
# Ignore archive files.
2015-07-06 18:19:28 +00:00
*.7z
*.dmg
*.gz
*.iso
*.rar
*.tar
*.zip
2015-11-04 21:39:10 +00:00
# Ignore database exports.
2015-07-06 18:19:28 +00:00
*.sql
2015-11-04 21:39:10 +00:00
# Ignore (most) dotfiles.
2015-07-06 18:19:28 +00:00
.*
!.htaccess
2015-10-26 20:49:46 +00:00
!.git*
2015-10-20 20:22:46 +00:00
!.nojekyll
2015-11-04 21:39:10 +00:00
# Ignore patch files and interdiffs.
2015-07-06 18:19:28 +00:00
*.patch
*.diff
*.rej
*.orig
interdiff*.txt
2015-11-04 21:39:10 +00:00
# Ignore Vagrant files.
.vagrant
# Ignore IDE and text editor files.
.idea/
*.sublime-*