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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new b96e20e  [SPARK-55845] Add `.claude` to `.gitignore`
b96e20e is described below

commit b96e20e3426f5feb0fdc6155d2fe36a7739a6bd7
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Mar 4 23:08:36 2026 -0800

    [SPARK-55845] Add `.claude` to `.gitignore`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `.claude/` to `.gitignore`.
    
    ### Why are the changes needed?
    
    We had better ignore `.claude` directory.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Opus 4.6` on `Claude`
    
    Closes #537 from dongjoon-hyun/SPARK-55845.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5e0e9b6..0721b66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
 .DS_Store
 .idea/
 .vscode
+.claude/
 /lib/
 target/
 


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

Reply via email to