Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Updating gitignore for Thumbs.db
Browse files Browse the repository at this point in the history
Not specifying any directory means it'll catch all `Thumbs.db` files in any directory.
  • Loading branch information
zacanger committed Mar 9, 2016
1 parent 32d00c4 commit 5ad8344
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 @@ -4,7 +4,7 @@ latest-change.txt
patternlab.json
.sass-cache/*
/sass-cache
source/images/Thumbs.db
Thumbs.db
source/css/style.css.map
.idea/
public

0 comments on commit 5ad8344

Please sign in to comment.