Skip to content

Commit a8598c9

Browse files
committed
fix: un-ignore sql.js WASM and JS files for packaging
1 parent 3c21379 commit a8598c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscodeignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ vsc-extension-quickstart.md
1212
**/*.map
1313
**/*.ts
1414
**/.vscode-test.*
15+
# Un-ignore sql.js WASM and JS files for packaging
16+
!node_modules/sql.js/dist/sql-wasm.wasm
17+
!node_modules/sql.js/dist/sql-wasm.js
18+
!node_modules/sql.js/dist/sql-asm.js
19+
!node_modules/sql.js/dist/sql-asm-debug.js
20+
!node_modules/sql.js/dist/sql-wasm-debug.wasm
21+
!node_modules/sql.js/dist/sql-wasm-debug.js

0 commit comments

Comments
 (0)