-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.vscodeignore
41 lines (40 loc) · 929 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
.vscode/**
.vscode-test/**
out/test/**
src/**
.gitignore
.github
.husky
vsc-extension-quickstart.md
esbuild.js
node_modules
!node_modules/node-adlt
!node_modules/@vscode/codicons/dist
!node_modules/@vscode/webview-ui-toolkit/dist
!node_modules/moment/min
!node_modules/chart.js/dist
!node_modules/chartjs-adapter-moment/dist
!node_modules/chartjs-plugin-zoom/dist
!node_modules/chartjs-plugin-annotation/dist
!node_modules/hw-chartjs-plugin-colorschemes/dist
!node_modules/hammerjs
!node_modules/timelines-chart/dist
!node_modules/w3-css
tsconfig_test.json
**/tsconfig.json
**/vite.config.ts
**/.eslintrc.json
**/*.map
**/*.ts
images/**
docs/**
.wdio-vscode-service/**
test/**
# ignore all webview files except the build directory
webviews/search/src/**
webviews/search/public/**
webviews/search/index.html
webviews/search/README.md
webviews/search/package.json
webviews/search/package-lock.json
webviews/search/node_modules/**