You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2020/10/21 05:46:59 UTC

[tomcat] branch 8.5.x updated: Added .vscode to .gitignore

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

isapir pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 5fb7e46  Added .vscode to .gitignore
5fb7e46 is described below

commit 5fb7e46c213bfa9171ebb289b93ba5b4f5b14359
Author: Igal Sapir <is...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org