Add /.vscode to .gitignore

This way, even though https://github.com/pietervdvn/MapComplete/pull/721 was rejected one can still use the validation features without having annoying local changes.
This commit is contained in:
Tobias 2022-04-29 08:36:45 +02:00
parent 684907a61b
commit d06776a902

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ dist/*
node_modules
.cache/*
.idea/*
.vscode/*
scratch
assets/editor-layer-index.json
assets/generated/*