Skip to content

Commit 80179be

Browse files
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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Editors/vscode/.vscodeignore

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
.vscode/**
2-
.vscode-test/**
3-
out/test/**
4-
out/**/*.map
5-
src/**
1+
**/*.ts
2+
**/tsconfig.json
63
.gitignore
7-
tsconfig.json
8-
vsc-extension-quickstart.md
9-
tslint.json
4+
.vscode/
5+
node_modules/

0 commit comments

Comments
 (0)