This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch branch-2_tmp in repository https://gitbox.apache.org/repos/asf/ratis.git
commit ed481ff95f9b6688108616df1380a83e4e9ca74b Author: Arpit Agarwal <[email protected]> AuthorDate: Thu Feb 16 14:46:59 2023 -0800 RATIS-1784. Ignore .vscode in source repo. (#822) (cherry picked from commit dd488f8b29fd1647da15c9609778f6ba97ddc4e0) --- .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/
