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:
parent
fc834036a0
commit
26e86a114c
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -25,4 +25,7 @@
|
|||
!codeformat/
|
||||
|
||||
# Github specific files and directories
|
||||
!.github/
|
||||
!.github/
|
||||
|
||||
# Explicit ignores
|
||||
Thumbs.db
|
Loading…
Reference in a new issue