Add hidden (.*) files to .gitignore but not the .gitignore itself.
This commit is contained in:
parent
69989365c7
commit
0acb2d904d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
.*
|
||||||
|
!.gitignore
|
||||||
*.pyc
|
*.pyc
|
||||||
.*.swp
|
.*.swp
|
||||||
*.egg
|
*.egg
|
||||||
@ -6,4 +8,4 @@ docs/_build
|
|||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
mongoengine.egg-info/
|
mongoengine.egg-info/
|
||||||
env/
|
env/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user