Comment things in ignore file.
This commit is contained in:
parent
26aaab5242
commit
f8c0534674
|
@ -1,4 +1,4 @@
|
||||||
.vagrant
|
# Ignore archive files.
|
||||||
*.7z
|
*.7z
|
||||||
*.dmg
|
*.dmg
|
||||||
*.gz
|
*.gz
|
||||||
|
@ -6,14 +6,26 @@
|
||||||
*.rar
|
*.rar
|
||||||
*.tar
|
*.tar
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
# Ignore database exports.
|
||||||
*.sql
|
*.sql
|
||||||
|
|
||||||
|
# Ignore (most) dotfiles.
|
||||||
.*
|
.*
|
||||||
!.htaccess
|
!.htaccess
|
||||||
!.git*
|
!.git*
|
||||||
!.nojekyll
|
!.nojekyll
|
||||||
|
|
||||||
|
# Ignore patch files and interdiffs.
|
||||||
*.patch
|
*.patch
|
||||||
*.diff
|
*.diff
|
||||||
*.rej
|
*.rej
|
||||||
*.orig
|
*.orig
|
||||||
*.sublime-*
|
|
||||||
interdiff*.txt
|
interdiff*.txt
|
||||||
|
|
||||||
|
# Ignore Vagrant files.
|
||||||
|
.vagrant
|
||||||
|
|
||||||
|
# Ignore IDE and text editor files.
|
||||||
|
.idea/
|
||||||
|
*.sublime-*
|
||||||
|
|
Loading…
Reference in a new issue