forked from unit-mesh/auto-dev-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vscodeignore
50 lines (44 loc) · 889 Bytes
/
.vscodeignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.vscode/**
.vscode-test/**
out/**
node_modules/**
src/**
.gitignore
.yarnrc
webpack.config.js
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
pnpm-lock.yaml
!gui-sidebar/dist
gui-sidebar/**
semantic/**
coverage/**
extension-manual-tests/
# ignore arm64 build for temporary
dist/bin/napi-v3/linux/arm64
dist/bin/napi-v3/win32/arm64
dist/bin/napi-v3/linux/x64/libonnxruntime_providers_cuda.so
dist/build/linux-arm64
dist/build/win32-arm64
#dist/build/node_sqlite3.node
dist/node_modules/@lancedb/vectordb-linux-arm64-gnu
# node_modules/sqlite3/node_modules
# !node_modules/sqlite3
# !node_modules/bindings
# !node_modules/file-uri-to-path
# !node_modules/web-tree-sitter
# switch models for release
!models/
dist/models
vite.config.d.mts
vite.config.mjs
vite.config.mts
CHANGELOG.md
bin
tsconfig.node.json
pre-download-build.js
docs
bin/**/build.tar.gz