Adds .DS_Store to .gitignore
This commit is contained in:
parent
8a661c9f4c
commit
67671e60a9
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -134,4 +134,7 @@ data
|
||||||
|
|
||||||
# Sync version of the library, via Unasync
|
# Sync version of the library, via Unasync
|
||||||
redis_om/
|
redis_om/
|
||||||
tests_sync/
|
tests_sync/
|
||||||
|
|
||||||
|
# Apple Files
|
||||||
|
.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue