Skip to content

Remove .DS_Store from git tracking#12

Merged
nv78 merged 1 commit into
mainfrom
fix/remove-ds-store
Jun 13, 2026
Merged

Remove .DS_Store from git tracking#12
nv78 merged 1 commit into
mainfrom
fix/remove-ds-store

Conversation

@XLKKGH

@XLKKGH XLKKGH commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • .DS_Store was committed before the .gitignore rule was added, so it remained tracked despite being ignored
  • Removes it from git tracking with git rm --cached (local file is unaffected)
  • No code changes — purely a repo hygiene fix

Test plan

  • Confirm .DS_Store no longer appears in git ls-files
  • Confirm .DS_Store is still listed in .gitignore

🤖 Generated with Claude Code

.DS_Store was committed before the .gitignore rule was added. This removes
it from tracking without deleting the local file.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@nv78 nv78 merged commit 7b605a4 into main Jun 13, 2026
1 check passed
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.

2 participants