Skip to content

Commit 132b322

Browse files
committed
Git ignore DS_Store files
1 parent 32fdbbb commit 132b322

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ secrets.tar
9898
# mypy
9999
.mypy_cache/
100100

101-
# macOS attributes
102-
*.DS_Store
101+
# Ignore Mac DS_Store files
102+
.DS_Store
103+
**/.DS_Store
103104

104105
# pyre
105106
.pyre/

0 commit comments

Comments
 (0)