This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f3244ad30 [KYUUBI #3613] Git ignore VSCode setting folder
f3244ad30 is described below

commit f3244ad30b6eee9567a0d7016ec40936293983e0
Author: Luning Wang <[email protected]>
AuthorDate: Wed Oct 12 18:09:27 2022 +0800

    [KYUUBI #3613] Git ignore VSCode setting folder
    
    ### _Why are the changes needed?_
    
    Ignore the VSCode setting folder.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #3614 from deadwind4/git-ignore-vscode.
    
    Closes #3613
    
    f377f9b8 [Luning Wang] [KYUUBI #3613] Git ignore VSCode setting folder
    
    Authored-by: Luning Wang <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7ad3bc1a0..ad3fc7b35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@
 .ensime_cache/
 .ensime_lucene
 .generated-mima*
+.vscode/
 # The star is required for further !/.idea/ to work, see 
https://git-scm.com/docs/gitignore
 /.idea/*
 # Icon for JetBrains Toolbox

Reply via email to