Skip to content

Commit 3d14725

Browse files
jackroberts-ghVahid Panjganj
authored andcommitted
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.
1 parent b0e468d commit 3d14725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ modules.xml
6262

6363

6464
### System Files ###
65-
.DS_Store
65+
*.DS_Store
6666

6767
# Windows thumbnail cache files
6868
Thumbs.db

0 commit comments

Comments
 (0)