This is an automated email from the ASF dual-hosted git repository. isapir pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 0ddfd8a Added .vscode to .gitignore 0ddfd8a is described below commit 0ddfd8a06b5af87a6efb6f1c7735adba2b6bfa52 Author: Igal Sapir <isa...@apache.org> AuthorDate: Tue Oct 20 22:44:51 2020 -0700 Added .vscode to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa1345f..9202ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,9 +27,10 @@ mvn.properties .checkstyle .classpath .fbprefs +.idea .project .settings -.idea +.vscode *.iml *.ipr *.iws --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org