Skip to content

Commit 181e46d

Browse files
Merge pull request #7 from alexanderthclark/codex/add-.ds_store-to-.gitignore
Ignore .DS_Store files
2 parents c9ac413 + 8a94e48 commit 181e46d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
# Python artifacts
1616
__pycache__/
1717
*.py[cod]
18+
19+
# macOS Finder metadata
20+
.DS_Store

0 commit comments

Comments
 (0)