Skip to content

Commit cc749cc

Browse files
Simon Prickettleibale
andauthored
Adds Apple .DS_Store file to .gitignore (redis#1685)
* Adds Apple .DS_Store file. * Add .DS_Store to .npmignore too Co-authored-by: Leibale Eidelman <[email protected]>
1 parent 59cb515 commit cc749cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ dist/
66
coverage/
77
dump.rdb
88
documentation/
9+
.DS_Store

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ lib/
1616
index.ts
1717
*.spec.*
1818
dist/lib/test-utils.*
19+
.DS_Store
1920
examples/

0 commit comments

Comments
 (0)