Merge pull request #3723 from JLLeitschuh/fix/JLL/gitignore_vs_code_generated_files

Add .gitignore for VS Code Generated maven project files
This commit is contained in:
Anders Schack-Mulligen
2020-06-24 09:35:01 +02:00
committed by GitHub

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