chore(repo): gitignore .claude/settings.local.json#91
Merged
Conversation
Personal Claude Code permission overrides accumulate per-machine and sometimes contain transient secrets in allow-list entries (e.g., bot tokens embedded in approved commands). The file was untracked but not explicitly gitignored, so it kept surfacing in git status. Adding the rule alongside the existing .claude/agents/custom/* one. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying zero-operators with
|
| Latest commit: |
4bbf708
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9c2a1c20.zero-operators.pages.dev |
| Branch Preview URL: | https://claude-gitignore-settings-lo.zero-operators.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
.claude/settings.local.jsonto.gitignore. It was untracked-but-not-ignored, so it kept surfacing ingit statusand risked accidental commit. Sometimes accumulates per-machine secrets in approved-command entries (Claude Code's auto-allowlist persists every "yes" the user clicks, occasionally including env vars embedded in approved Bash commands).The rule sits next to the existing
.claude/agents/custom/*exclusion.Test plan
git check-ignore -v .claude/settings.local.jsonnow reports.gitignore:29as the matching rulegit statusno longer surfaces the file🤖 Generated with Claude Code