diff --git a/.vscodeignore b/.vscodeignore index 17d4205bc..c47434a47 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,16 +1,21 @@ # These files are excluded during vsce package .azure-pipelines/** +.config/** +.devcontainer/** .github/** .husky/** .idea/** .vscode-test/** .vscode/** +api/** build/** -dist/test/** +dist/** +docs/** grammar/*.g4 grammar/*.md node_modules/** out/** +packages/** src/** test/** testOutput/** @@ -30,10 +35,14 @@ testWorkspace/** .swcrc .travis.yml eslint.config.mjs +extension.bundle.ts +jest.config.js +main.ts prettier.config.mjs +progress.md gulp* stats.json test-results.xml tsconfig.* webpack.config* -jest.config.js +work-summary.md