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 bd97c9ab1e87 [SPARK-55913][INFRA] Add `.kiro` to `.gitignore`
bd97c9ab1e87 is described below

commit bd97c9ab1e875d3ec414b5ef473721bb795726a5
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Mar 10 09:45:12 2026 -0700

    [SPARK-55913][INFRA] Add `.kiro` to `.gitignore`
    
    ### What changes were proposed in this pull request?
    This PR proposes to add `.kiro` to `.gitignore`.
    
    ### Why are the changes needed?
    Kiro loads/stores its configuration in `.kiro` so this should be ignored.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manually confirmed `.kiro` is not listed by `git status`.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #54712 from sarutak/add-dot-kiro-to-gitignore.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index acd8aa35b346..a3c760b9b8e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@
 .generated-mima*
 .idea/
 .idea_modules/
+.kiro/
 .metals
 .project
 .pydevproject


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

Reply via email to