From deeccf3db67e126405dd2cffa1dd2c941986545c Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Thu, 19 Sep 2024 15:01:15 +0200 Subject: [PATCH] Update vscode settings.json Signed-off-by: Francesco Torchia --- .vscode/settings.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f642b867..65fd8024 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,9 @@ { "files.exclude": { ".ackrc": true, - ".dockerignore": true, - ".drone.yml": true, ".editorconfig": true, ".eslintcache": true, - ".eslintignore": true, - ".eslintrc.js": true, - ".nuxt*": true, ".nyc_output": true, - ".vscode": true, - "babel.config.js": true, - "jsconfig.json": true, - "LICENSE": true, - "pkg/**/.shell": true, - "pkg/**/node_modules": true, "yarn-error.log": true } -} \ No newline at end of file +}