Skip to content

Commit

Permalink
Exclude more files from VSIX (#104)
Browse files Browse the repository at this point in the history
Exclude the content of the .github folder.
Exclude the .gitignore file.

Remove webpack.config.js as webpack automatically suppresses that file.
  • Loading branch information
MGudgin authored Apr 25, 2024
1 parent b758a0c commit 9117122
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9117122

Please sign in to comment.