Skip to content

Commit a04cf9a

Browse files
committed
fix tree-sitter binary dependency (retry 2)
1 parent 963c615 commit a04cf9a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.vscodeignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
!out/extension.js
1111
!webview-ui/public
1212

13-
# order matters here - keep tree sitter dependency
14-
!node_modules/tree-sitter
13+
# keep only non-compiled dependency files
1514
!node_modules/node-gyp-build
1615
!node_modules/node-addon-api
17-
18-
# but do NOT keep the .node files
19-
**/*.node
16+
!node_modules/tree-sitter/src
17+
!node_modules/tree-sitter/vendor
18+
!node_modules/tree-sitter/binding.gyp
19+
!node_modules/tree-sitter/index.js
20+
!node_modules/tree-sitter/package.json
21+
!node_modules/tree-sitter/LICENSE

0 commit comments

Comments
 (0)