mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 23:14:49 +01:00
alemi
0425c9beb2
not sure how to avoid bundling node_modules at all: vscode doesn't fetch codemp from npm when installing. Can we still esbuild this if we have native dependencies? How to esbuild? TOOD! Co-authored-by: frelodev <frelodev@gmail.com>
12 lines
174 B
Text
12 lines
174 B
Text
.vscode/**
|
|
.vscode-test/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
**/tsconfig.json
|
|
**/.eslintrc.json
|
|
**/*.map
|
|
**/*.ts
|
|
node_modules
|
|
!node_modules/codemp
|
|
!node_modules/codemp-linux-x64-gnu
|