Skip to content

Commit

Permalink
chore: ignore any nested .DS_Store file
Browse files Browse the repository at this point in the history
PR-URL: #1057
Credit: @ruyadorno
Close: #1057
Reviewed-by: @ruyadorno
  • Loading branch information
ruyadorno committed Mar 24, 2020
1 parent 9c554fd commit b3eb8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -24,4 +24,5 @@ npm-debug.log
.nyc_output
/test/npm_cache*
/node_modules/.cache
.DS_Store
.DS_Store
**/.DS_Store

0 comments on commit b3eb8d5

Please sign in to comment.