forked from MapComplete/MapComplete
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:
parent
684907a61b
commit
d06776a902
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@ dist/*
|
||||||
node_modules
|
node_modules
|
||||||
.cache/*
|
.cache/*
|
||||||
.idea/*
|
.idea/*
|
||||||
|
.vscode/*
|
||||||
scratch
|
scratch
|
||||||
assets/editor-layer-index.json
|
assets/editor-layer-index.json
|
||||||
assets/generated/*
|
assets/generated/*
|
||||||
|
|
Loading…
Reference in a new issue