Skip to content

Commit e6bf4dc

Browse files
committed
Added .DS_Store to gitignore
1 parent bf367bd commit e6bf4dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,8 @@ cython_debug/
173173
*.json
174174

175175
# Pytest
176-
*.pymon
176+
*.pymon
177+
178+
# Other
179+
.DS_Store
180+
*/.DS_Store

0 commit comments

Comments
 (0)