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