mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
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:
6
java/ql/test/query-tests/maven-dependencies/.gitignore
vendored
Normal file
6
java/ql/test/query-tests/maven-dependencies/.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# These files are automatically generated by VS Code and should not be checked in
|
||||
*/.classpath
|
||||
*/.project
|
||||
*/target/*
|
||||
*/.settings/
|
||||
.project
|
||||
Reference in New Issue
Block a user