Skip to content

chore: stop tracking bin/ and obj/, ignore .claude/#2

Merged
H-Ashrafi merged 1 commit into
masterfrom
chore/untrack-build-artifacts
May 13, 2026
Merged

chore: stop tracking bin/ and obj/, ignore .claude/#2
H-Ashrafi merged 1 commit into
masterfrom
chore/untrack-build-artifacts

Conversation

@H-Ashrafi

Copy link
Copy Markdown
Contributor

bin/ and obj/ have been in .gitignore since they were added, but git kept tracking the build artifacts that were committed before .gitignore was introduced. Every build produced spurious "modified" entries in git status.

Remove the tracked copies (git rm --cached) and add .claude/ to .gitignore so Claude Code's per-project settings folder stops showing as untracked.

bin/ and obj/ have been in .gitignore since they were added, but git
kept tracking the build artifacts that were committed before .gitignore
was introduced. Every build produced spurious "modified" entries in
git status.

Remove the tracked copies (git rm --cached) and add .claude/ to
.gitignore so Claude Code's per-project settings folder stops showing
as untracked.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@H-Ashrafi H-Ashrafi merged commit f6e5304 into master May 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.

1 participant