mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
VS Code creates directories with configurations in project directories. This is usually fine, but triggers the `apache-rat` license alarms and future VS Code users might accidentally commit the directory. To solve the alarm and avoid future issues, we add it to .gitignore. This closes #646
19 lines
171 B
Plaintext
19 lines
171 B
Plaintext
target/
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
.svn/
|
|
bin/
|
|
# Intellij
|
|
*.ipr
|
|
*.iml
|
|
.idea
|
|
out/
|
|
.DS_Store
|
|
/bootstrap
|
|
/dependencies.xml
|
|
.java-version
|
|
.checkstyle
|
|
.factorypath
|
|
.vscode/
|