This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 3ad9477 [MINOR] Add `.claude/` to `.gitignore`
3ad9477 is described below
commit 3ad9477494db9aa4eff3ffbf6d78cf7c8fae564b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 7 14:50:53 2026 -0700
[MINOR] 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?
Like the other Apache Spark repositories, to prevent the local `.claude/`
directory (created by Claude Code for worktrees, settings, and other tool
state) from being accidentally committed.
- apache/spark#54643
- apache/spark-kubernetes-operator#537
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual verification.
- `git check-ignore -v .claude/` matches the rule from `.gitignore`.
- A regular file like `.claude-file` is not ignored (directory-only
pattern).
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)
Closes #113 from dongjoon-hyun/dongjoon/mystifying-curie-b206a3.
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
new file mode 100644
index 0000000..4c5f206
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.claude/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]