Skip to content

chore: untrack .DS_Store - #22

Merged
maish merged 1 commit into
mainfrom
chore-untrack-ds-store
Sep 4, 2026
Merged

chore: untrack .DS_Store#22
maish merged 1 commit into
mainfrom
chore-untrack-ds-store

Conversation

@maish

@maish maish commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

.DS_Store is macOS Finder metadata (window position, icon layout) that was committed before .gitignore covered it. Because git keeps tracking files it already knows about, the gitignore entry never took effect and the file showed up dirty on every macOS checkout.

git rm --cached untracks it while leaving it on disk — Finder recreates it freely, and git now ignores it. The existing .DS_Store line in .gitignore is already depth-agnostic (no slash in the pattern), so no gitignore change is needed.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@maish
maish merged commit 50ad7ac into main Sep 4, 2026
10 checks passed
@maish
maish deleted the chore-untrack-ds-store branch September 4, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant