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:
jzr1991 2018-01-30 08:11:13 +00:00 committed by Vahid Panjganj
parent b0e468d2ef
commit 3d14725be1

2
.gitignore vendored
View File

@ -62,7 +62,7 @@ modules.xml
### System Files ###
.DS_Store
*.DS_Store
# Windows thumbnail cache files
Thumbs.db