1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

Adds Apple .DS_Store file to .gitignore (#1685)

* Adds Apple .DS_Store file.

* Add .DS_Store to .npmignore too

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
This commit is contained in:
Simon Prickett
2021-10-18 23:22:01 +01:00
committed by GitHub
parent 26774f8fa3
commit 293a0288b5
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ dist/
coverage/
dump.rdb
documentation/
.DS_Store

View File

@@ -16,4 +16,5 @@ lib/
index.ts
*.spec.*
dist/lib/test-utils.*
.DS_Store
examples/