43 lines
456 B
Plaintext
43 lines
456 B
Plaintext
# Ignore archive files.
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.phar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Ignore database exports.
|
|
*.*sql
|
|
|
|
# Ignore (most) dotfiles.
|
|
.*
|
|
!.bowerrc
|
|
!.htaccess
|
|
!.git*
|
|
!.nojekyll
|
|
|
|
# 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.
|
|
tmp/
|
|
|
|
# Ignore Ansible Playbook retrys.
|
|
*.retry
|