[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:
Jeff Hodges 2021-12-29 01:19:03 -08:00 committed by Michael Osipov
parent d8445a54bb
commit 2cb4fe949a

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ out/
.java-version
.checkstyle
.factorypath
.vscode/