add .vscode to gitignore

master
Christian Korneck 2021-10-24 13:55:07 +02:00
parent 50e4a2b1e5
commit 8eaf2611eb
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -11,3 +11,6 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
vendor
# IDE config
.vscode