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
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -26,3 +26,6 @@
|
||||||
|
|
||||||
# Github specific files and directories
|
# Github specific files and directories
|
||||||
!.github/
|
!.github/
|
||||||
|
|
||||||
|
# Explicit ignores
|
||||||
|
Thumbs.db
|
Loading…
Reference in a new issue