2015-11-04 21:39:10 +00:00
|
|
|
# Ignore archive files.
|
2015-07-06 18:19:28 +00:00
|
|
|
*.7z
|
|
|
|
*.dmg
|
|
|
|
*.gz
|
|
|
|
*.iso
|
2016-02-02 12:13:03 +00:00
|
|
|
*.phar
|
2016-05-05 07:22:11 +00:00
|
|
|
*.phar.version
|
2015-07-06 18:19:28 +00:00
|
|
|
*.rar
|
|
|
|
*.tar
|
|
|
|
*.zip
|
2015-11-04 21:39:10 +00:00
|
|
|
|
|
|
|
# Ignore database exports.
|
2016-01-14 18:29:36 +00:00
|
|
|
*.*sql
|
2015-11-04 21:39:10 +00:00
|
|
|
|
|
|
|
# Ignore (most) dotfiles.
|
2015-07-06 18:19:28 +00:00
|
|
|
.*
|
2016-01-08 11:56:33 +00:00
|
|
|
!.bowerrc
|
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
|
|
|
|
2016-02-02 12:13:51 +00:00
|
|
|
# Ignore Vagrant directories.
|
|
|
|
.vagrant/
|
2015-11-04 21:39:10 +00:00
|
|
|
|
2015-11-16 17:02:26 +00:00
|
|
|
# Ignore logs.
|
|
|
|
*.log
|
|
|
|
|
2015-11-04 21:39:10 +00:00
|
|
|
# Ignore IDE and text editor files.
|
|
|
|
.idea/
|
|
|
|
*.sublime-*
|
2016-01-08 12:01:40 +00:00
|
|
|
|
|
|
|
# Ignore temporary directories.
|
|
|
|
tmp/
|
2016-04-27 08:04:22 +00:00
|
|
|
|
|
|
|
# Ignore Ansible Playbook retrys.
|
|
|
|
*.retry
|