Update .gitignore-global
This commit is contained in:
parent
ed07c5eb10
commit
707a03df07
|
@ -12,18 +12,6 @@
|
||||||
# Ignore database exports.
|
# Ignore database exports.
|
||||||
*.*sql
|
*.*sql
|
||||||
|
|
||||||
# Ignore (most) dotfiles.
|
|
||||||
.*
|
|
||||||
!.docker/
|
|
||||||
!.bowerrc
|
|
||||||
!.docker/
|
|
||||||
!.editorconfig
|
|
||||||
!.env.example
|
|
||||||
!.htaccess
|
|
||||||
!.git*
|
|
||||||
!.nojekyll
|
|
||||||
!.travis.yml
|
|
||||||
|
|
||||||
# Ignore patch files and interdiffs.
|
# Ignore patch files and interdiffs.
|
||||||
*.patch
|
*.patch
|
||||||
*.diff
|
*.diff
|
||||||
|
@ -48,3 +36,7 @@ tmp/
|
||||||
*.retry
|
*.retry
|
||||||
|
|
||||||
fabfile.pyc
|
fabfile.pyc
|
||||||
|
|
||||||
|
.DS*
|
||||||
|
|
||||||
|
*.unison.*
|
||||||
|
|
Loading…
Reference in a new issue