Skip to content

chore: untrack Claude Code local-only files - #68

Merged
ralyodio merged 1 commit into
masterfrom
chore/untrack-claude-local
Jul 30, 2026
Merged

chore: untrack Claude Code local-only files#68
ralyodio merged 1 commit into
masterfrom
chore/untrack-claude-local

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

.claude/settings.local.json holds machine-specific Claude Code permission allowlists and was committed by accident. This untracks it (the file stays on disk locally) and adds a targeted .gitignore rule.

Shared Claude config — settings.json, commands/, skills/, agents/, CLAUDE.md — is intentionally left tracked, so this is deliberately narrower than ignoring all of .claude/.

Note: a .gitignore entry alone does not help once a file is already tracked, which is why the git rm --cached is required here.

🤖 Generated with Claude Code

.claude/settings.local.json contains machine-specific permission
allowlists and is not intended to be shared. Committed worktree
gitlinks under .claude/worktrees/ are transient session state.

These files remain on disk; this only removes them from version
control. Shared Claude config (settings.json, commands/, skills/,
agents/, CLAUDE.md) is deliberately left tracked.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

vu1nz Security Review

0 finding(s) in PR #?

No security issues found.

@ralyodio
ralyodio marked this pull request as ready for review July 30, 2026 14:05
@ralyodio
ralyodio merged commit 55c51d2 into master Jul 30, 2026
9 checks passed
@ralyodio
ralyodio deleted the chore/untrack-claude-local branch July 30, 2026 14:05
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