From 9117122a8f1eaa148195a733406e534f2e321f69 Mon Sep 17 00:00:00 2001 From: Gudge Date: Thu, 25 Apr 2024 08:07:41 -0700 Subject: [PATCH] Exclude more files from VSIX (#104) Exclude the content of the .github folder. Exclude the .gitignore file. Remove webpack.config.js as webpack automatically suppresses that file. --- .vscodeignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 2e549f7..4fcd9a3 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,8 +1,9 @@ +.github/ +.gitignore .vscode -node_modules +node_modules/ out/ resources/CommandTreeView.png resources/SignIn.png src/ -tsconfig.json -webpack.config.js +tsconfig.json \ No newline at end of file