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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e1838ff08b0 Ignore vscode's configuration file in .gitignore (#20027)
e1838ff08b0 is described below

commit e1838ff08b0ca2e6fa6884b7b0ec809c19adc379
Author: Ling Hengqian <[email protected]>
AuthorDate: Tue Aug 9 22:18:37 2022 +0800

    Ignore vscode's configuration file in .gitignore (#20027)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index fd2f68554fe..8ff3ce4a1b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,9 @@ cobertura.ser
 *.iml
 *.iws
 
+# vscode ignore
+.vscode/
+
 # temp ignore
 logs/
 *.log

Reply via email to