Skip to content

Commit 5ca694e

Browse files
Merge pull request #2479 from VWS-Python/ds_store-0
2 parents 32fdbbb + 132b322 commit 5ca694e

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)