This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new c457c0b7dd chore: add `.claude/settings.local.json` to `.gitignore` 
(#21312)
c457c0b7dd is described below

commit c457c0b7ddb839c37905b67936d1db37ecd20a6c
Author: Jonah Gao <[email protected]>
AuthorDate: Thu Apr 2 23:10:19 2026 +0800

    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 <[email protected]>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 13c2e83448..c1f9677e47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,3 +78,6 @@ datafusion-examples/examples/datafusion-examples/
 
 # Samply profile data
 profile.json.gz
+
+# Claude Code personal settings
+.claude/settings.local.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to