Added an explicit ignore section to .gitignore
Current intention is to maintain a single blacklist for common OS dependent files without having to define each and every folder and their allowed filetypes to avoid commiting these.
This commit is contained in:
+4
-1
@@ -25,4 +25,7 @@
|
||||
!codeformat/
|
||||
|
||||
# Github specific files and directories
|
||||
!.github/
|
||||
!.github/
|
||||
|
||||
# Explicit ignores
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user