Skip to content

Commit 436fdf8

Browse files
committed
feat (vs-code-ext): ignore most files with the .vscodeignore
this is to avoid too large of a extension to publish
1 parent 813a367 commit 436fdf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vs-code-extension/.vscodeignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
src/**
44
.gitignore
55
.yarnrc
6+
node_modules/
7+
src/
8+
package.json
9+
package-lock.json
10+
tsconfig.json
611
vsc-extension-quickstart.md
712
**/tsconfig.json
813
**/.eslintrc.json

0 commit comments

Comments
 (0)