chore: add .claude/settings.local.json to .gitignore#21312
Merged
jonahgao merged 1 commit intoapache:mainfrom Apr 2, 2026
Merged
chore: add .claude/settings.local.json to .gitignore#21312jonahgao merged 1 commit intoapache:mainfrom
.claude/settings.local.json to .gitignore#21312jonahgao merged 1 commit intoapache:mainfrom
Conversation
This is a user-local config file for Claude Code that contains personal settings and should not be committed to the repository. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2010YOUY01
approved these changes
Apr 2, 2026
Member
Author
|
Thank you @2010YOUY01 for the review. |
zhuqi-lucas
pushed a commit
to zhuqi-lucas/arrow-datafusion
that referenced
this pull request
Apr 4, 2026
## 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>
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.
Which issue does this PR close?
Rationale for this change
.claude/settings.local.jsonis 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

What changes are included in this PR?
Add
.claude/settings.local.jsonto.gitignore.Are these changes tested?
No code changes — only a
.gitignoreupdate.Are there any user-facing changes?
No.