Add vscode to .gitignore

This commit is contained in:
Smart123s
2021-05-09 09:09:52 +02:00
parent 08b864220d
commit 25254b2393

3
.gitignore vendored
View File

@ -13,6 +13,9 @@ nb-configuration.xml
*.iws *.iws
.idea/ .idea/
# VSCode
.vscode/
# Maven # Maven
target/ target/
pom.xml.versionsBackup pom.xml.versionsBackup