This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new c77b8e1d785d [SPARK-55856][INFRA] Add `.claude` to `.gitignore`
c77b8e1d785d is described below
commit c77b8e1d785d19584c6db6f8c42bead750e4aa22
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Mar 5 09:24:35 2026 -0800
[SPARK-55856][INFRA] Add `.claude` to `.gitignore`
### What changes were proposed in this pull request?
This PR aims to ignore `.claude` directory by adding it to `.gitignore`.
### Why are the changes needed?
`Anthropic` has a promotion for open source projects. I hope we can help
the developers.
- https://claude.com/contact-sales/claude-for-oss
> Open-source maintainers and contributors keep the ecosystem running. The
Claude for Open Source Program is our way of saying thank you for all your hard
work, with 6 months of free Claude Max 20x.
> - Maintainers: You’re a primary maintainer or core team member of a
public repo with 5,000+ GitHub stars or 1M+ monthly NPM downloads. You've made
commits, releases, or PR reviews within the last 3 months.
### 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 Code`.
Closes #54643 from dongjoon-hyun/SPARK-55856.
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 979df8198739..acd8aa35b346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
.bloop
.bsp/
.cache
+.claude/
.classpath
.ensime
.ensime_cache/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]