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 a559860  [SPARK-55538] Add IDEs and MacOS settings to `.gitignore`
a559860 is described below

commit a559860997b7916cea2be757304355aaf5d7a599
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 15 19:45:54 2026 -0800

    [SPARK-55538] Add IDEs and MacOS settings to `.gitignore`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add IDEs and MacOS settings to `.gitignore`.
    
    ### Why are the changes needed?
    
    Like Apache Spark main repository, we had better have these four patterns.
    - `.vscode/`
    - `*.swp`
    - `*~`
    - `.DS_Store`
    
    ### 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 Pro (High)` on `Antigravity`
    
    Closes #290 from dongjoon-hyun/SPARK-55538.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5ed8585..dca72f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,9 @@ fastlane/report.xml
 fastlane/Preview.html
 fastlane/screenshots/**/*.png
 fastlane/test_output
+
+## IDEs and MacOS
+.vscode/
+*.swp
+*~
+.DS_Store


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

Reply via email to