Skip to content

Commit

Permalink
Update .gitignore to cover all .DS_Store (elsewhencode#120)
Browse files Browse the repository at this point in the history
.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.
  • Loading branch information
jackroberts-gh authored and Vahid Panjganj committed Jan 30, 2018
1 parent b0e468d commit 3d14725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ modules.xml


### System Files ###
.DS_Store
*.DS_Store

# Windows thumbnail cache files
Thumbs.db
Expand Down

0 comments on commit 3d14725

Please sign in to comment.