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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit d33a7c657b2df32e4b0e77abc081b11c2b40e030
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Tue Nov 5 19:19:47 2019 +0200

    Added Visual Code IDE .gitignore patterns
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 39cdffd..605578e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,10 @@ RemoteSystemsTempFiles/
 .springBeans
 .externalToolBuilders
 
+# VS Code
+.vscode/
+*.code-workspace
+
 # Serialized objects
 *.ser
 

Reply via email to