This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new dd488f8b2 RATIS-1784. Ignore .vscode in source repo. (#822)
dd488f8b2 is described below
commit dd488f8b29fd1647da15c9609778f6ba97ddc4e0
Author: Arpit Agarwal <[email protected]>
AuthorDate: Thu Feb 16 14:46:59 2023 -0800
RATIS-1784. Ignore .vscode in source repo. (#822)
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index f56494487..6af045672 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@
target
build
patchprocess
-dependency-reduced-pom.xml
\ No newline at end of file
+dependency-reduced-pom.xml
+.vscode/