Skip to content

Commit d6d86cf

Browse files
committed
gitignore: Ignore macOS .DS_Store files
1 parent 0b1b934 commit d6d86cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Python bytecache
12
__pycache__/
3+
4+
# macOS .DS_Store files
5+
.DS_Store

0 commit comments

Comments
 (0)