dotfiles/.gitignore-global

32 lines
328 B
Plaintext

# Ignore archive files.
*.7z
*.dmg
*.gz
*.iso
*.rar
*.tar
*.zip
# Ignore database exports.
*.sql
# Ignore (most) dotfiles.
.*
!.htaccess
!.git*
!.nojekyll
# Ignore patch files and interdiffs.
*.patch
*.diff
*.rej
*.orig
interdiff*.txt
# Ignore Vagrant files.
.vagrant
# Ignore IDE and text editor files.
.idea/
*.sublime-*