Update .gitignore to cover all .DS_Store (#120)
.DS_Store files tend to pop up in subfolders too - added * pattern to ignore any that appear in subfolders rather than just the root dir.
This commit is contained in:
parent
b0e468d2ef
commit
3d14725be1
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,7 +62,7 @@ modules.xml
|
|||||||
|
|
||||||
|
|
||||||
### System Files ###
|
### System Files ###
|
||||||
.DS_Store
|
*.DS_Store
|
||||||
|
|
||||||
# Windows thumbnail cache files
|
# Windows thumbnail cache files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user