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/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new c2b796b8f ORC-2047: Add `.vscode` to `.gitignore`
c2b796b8f is described below

commit c2b796b8f5e1b508331496411a688eedc3699d5e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 4 06:42:17 2026 +0900

    ORC-2047: Add `.vscode` to `.gitignore`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `.vscode` to `.gitignore` like `.idea`.
    
    ### Why are the changes needed?
    
    To help `vscode`-based IDE users.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2470 from dongjoon-hyun/ORC-2047.
    
    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 3635e33bf..23758cf2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ dependency-reduced-pom.xml
 *.ipr
 *.iws
 .idea
+.vscode
 .DS_Store
 .java-version
 java/bench/data

Reply via email to