From 7a07eefc2f733b2c709f83927718c3c6609c9311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 23 Nov 2021 13:56:33 +0100 Subject: [PATCH] :hammer: Restore .gitignore and VSCode settings --- .gitignore | 4 +++- .vscode/settings.json | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index f1cb86f2ed..5336108565 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,7 @@ yarn.lock google-generated-credentials.json _START_PACKAGE .env +.vscode/* +!.vscode/extensions.json .idea -nodelinter.config.json +nodelinter.config.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 564d257c7f..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - // "vetur.experimental.templateInterpolationService": true, -} \ No newline at end of file