Skip to content

Commit b3eb8d5

Browse files
committedMar 24, 2020
chore: ignore any nested .DS_Store file
PR-URL: npm#1057 Credit: @ruyadorno Close: npm#1057 Reviewed-by: @ruyadorno
1 parent 9c554fd commit b3eb8d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ npm-debug.log
2424
.nyc_output
2525
/test/npm_cache*
2626
/node_modules/.cache
27-
.DS_Store
27+
.DS_Store
28+
**/.DS_Store

0 commit comments

Comments
 (0)
Please sign in to comment.