squiggle/packages/vscode-ext/.gitignore
cab 13a54f3e3d
vscode-ext: move to esbuild bundling, cleanup
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
2022-10-08 19:24:30 +04:00

7 lines
68 B
Plaintext

/media/vendor
/client/out
/server/out
/*.vsix
/syntaxes/*.json
dist