Skip to content

Commit c988670

Browse files
committed
Stop tracking .DS_Store; add to .gitignore
macOS Finder regenerates .DS_Store on every directory visit, producing spurious 'M .DS_Store' noise in git status. Untrack the existing one and add the pattern to .gitignore so it stays out of future diffs.
1 parent 9751a63 commit c988670

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ build/
88
.venv/
99
*.so
1010
.pytest_cache/
11+
.DS_Store

0 commit comments

Comments
 (0)