Ignore Linux hidden files (.*) except .gitignore files.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.*
|
||||
!.gitignore
|
||||
*~
|
||||
*.sw[a-p]
|
||||
|
||||
|
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
.*
|
||||
!.gitignore
|
||||
*~
|
||||
*.sw[a-p]
|
||||
|
||||
|