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