Commit 80179be
committed
vscodeignore: update the ignore rules
Update the ignore rules to reduce the package size and remove unnecesary
files. With the new set of rules the package now contains 3 files:
- out/main.js
- README.md
- package.json
The node_modules are not required for the plugin at runtime as the
minification should consume them and package it into the unified module.
This reduces the extension package from ~321 KiB to ~65 KiB.1 parent 9b12899 commit 80179be
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
6 | 3 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
0 commit comments