Skip to content

Commit c2052ed

Browse files
committed
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
1 parent d7d00bd commit c2052ed

File tree

1 file changed

+6
-0
lines changed
  • java/ql/test/query-tests/maven-dependencies

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# These files are automatically generated by VS Code and should not be checked in
2+
*/.classpath
3+
*/.project
4+
*/target/*
5+
*/.settings/
6+
.project

0 commit comments

Comments
 (0)