From 8c25110112c7f85cd6bf1ebc6d2e803a831f3b42 Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Sun, 28 Apr 2024 01:43:27 +0200 Subject: [PATCH] Update .gitignore Signed-off-by: Francesco Torchia --- .gitignore | 1 + .vscode/settings.json | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7a98cd3..0b9eca4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # compiled output /dist +/dist-pkg /tmp /out-tsc diff --git a/.vscode/settings.json b/.vscode/settings.json index e8ba4cb..efb678e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,16 +7,15 @@ ".eslintcache": true, ".eslintignore": true, ".eslintrc.js": true, - ".gitignore": true, ".nuxt*": true, ".nyc_output": true, ".vscode": true, - "LICENSE": true, - "node_modules": true, "babel.config.js": true, "jsconfig.json": true, - "yarn-error.log": true, + "LICENSE": true, + "node_modules": true, "pkg/**/.shell": true, "pkg/**/node_modules": true, + "yarn-error.log": true } } \ No newline at end of file