13a54f3e3d
This removes node_modules from dependencies all together fixing long time issue with yarn putting only a subset of dependencies in the extension source tree. It as well makes extension footprint 15x smaller. (down to 2.3Mb) Kinda fixes #1162? It actually un-patches vsce though — it really is not an issue it should be solving :D
14 lines
160 B
Plaintext
14 lines
160 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
src/**
|
|
client
|
|
server
|
|
.gitignore
|
|
node_modules
|
|
.yarnrc
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/.eslintrc.json
|
|
**/*.map
|
|
**/*.ts
|