mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
[MNG-7377] Add .vscode/ to .gitignore
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
This commit is contained in:
parent
d8445a54bb
commit
2cb4fe949a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ out/
|
||||
.java-version
|
||||
.checkstyle
|
||||
.factorypath
|
||||
.vscode/
|
||||
|
Loading…
x
Reference in New Issue
Block a user