Add hidden (.*) files to .gitignore but not the .gitignore itself.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
.*
|
||||
!.gitignore
|
||||
*.pyc
|
||||
.*.swp
|
||||
*.egg
|
||||
|
||||
Reference in New Issue
Block a user