Skip to content

Commit c457c0b

Browse files
jonahgaoclaude
andauthored
chore: add .claude/settings.local.json to .gitignore (#21312)
## Which issue does this PR close? - N/A ## Rationale for this change `.claude/settings.local.json` is a personal project-specific settings file for Claude Code and should not be committed to the repo. Ref: https://code.claude.com/docs/en/settings#available-scopes <img width="700" height="270" alt="CleanShot 2026-04-02 at 10 41 12@2x" src="https://github.com/user-attachments/assets/57522960-3538-4d25-96a7-b6d4ec0e0bd0" /> ## What changes are included in this PR? Add `.claude/settings.local.json` to `.gitignore`. ## Are these changes tested? No code changes — only a `.gitignore` update. ## Are there any user-facing changes? No. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c931c89 commit c457c0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ datafusion-examples/examples/datafusion-examples/
7878

7979
# Samply profile data
8080
profile.json.gz
81+
82+
# Claude Code personal settings
83+
.claude/settings.local.json

0 commit comments

Comments
 (0)