Add .gitignore for VS Code Generated maven project files

When VS Code detects a Maven project, it automatically generates
a bunch of Eclipse files to describe the project.

These are now ignored in order to not pollute the repository
This commit is contained in:
Jonathan Leitschuh
2020-06-15 22:29:30 -04:00
parent d7d00bddf6
commit c2052ed152

View File

@@ -0,0 +1,6 @@
# These files are automatically generated by VS Code and should not be checked in
*/.classpath
*/.project
*/target/*
*/.settings/
.project