From d06776a9029c685920bc15131073abc322bf198b Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 29 Apr 2022 08:36:45 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3b001674..b7f7822f0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ dist/* node_modules .cache/* .idea/* +.vscode/* scratch assets/editor-layer-index.json assets/generated/*