Skip to content

Commit 90c0fd8

Browse files
committed
adds .DS_Store to .gitignore for OSX devs
1 parent 8fddcdd commit 90c0fd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ coverage.xml
6363
docs/_build/
6464

6565
# PyBuilder
66-
target/
66+
target/
67+
68+
# OSX Stuff
69+
.DS_Store

0 commit comments

Comments
 (0)