[dubbo] branch master updated: add visual-studio-code ignore (#6221) (#6287)

2020-06-07 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e4c7330  add visual-studio-code ignore (#6221) (#6287)
e4c7330 is described below

commit e4c7330d9834f48351963b92fa2257796140f2b3
Author: Mercy Ma 
AuthorDate: Mon Jun 8 11:02:41 2020 +0800

add visual-studio-code ignore (#6221) (#6287)

(cherry picked from commit 83afabeda133a4cac2e4e0a55c8b4d69b2b9f4aa)

Co-authored-by: oaoit 
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 15002c4..47be2ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,9 @@ target/
 *.iml
 *.iws
 
+# visual-studio-code ignore
+.vscode/
+
 # temp ignore
 *.log
 *.cache



[dubbo] branch master updated: add visual-studio-code ignore (#6221)

2020-06-01 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 83afabe  add visual-studio-code ignore (#6221)
83afabe is described below

commit 83afabeda133a4cac2e4e0a55c8b4d69b2b9f4aa
Author: oaoit 
AuthorDate: Tue Jun 2 11:32:12 2020 +0800

add visual-studio-code ignore (#6221)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 15002c4..47be2ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,9 @@ target/
 *.iml
 *.iws
 
+# visual-studio-code ignore
+.vscode/
+
 # temp ignore
 *.log
 *.cache