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-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new 7dfd58c [SPARK-55849] Add `.claude` to `.gitignore`
7dfd58c is described below
commit 7dfd58caed245d49014ff0ddbfec0645b9b976e0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Mar 4 23:09:39 2026 -0800
[SPARK-55849] 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: `Gemini 3.1 Pro (High)` on `Antigravity`.
Closes #303 from dongjoon-hyun/SPARK-55849.
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 dca72f7..c01ecc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@ fastlane/test_output
## IDEs and MacOS
.vscode/
+.claude/
*.swp
*~
.DS_Store
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]