-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.vscodeignore
More file actions
47 lines (47 loc) · 849 Bytes
/
.vscodeignore
File metadata and controls
47 lines (47 loc) · 849 Bytes
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
.vscode/**
.vscode-test/**
.github/**
.claude/**
out/**
node_modules/**
src/**
.gitignore
.yarnrc
.prettierignore
.husky/**
.mypy_cache/**
.ruff_cache/**
**/__pycache__/**
esbuild.js
vsc-extension-quickstart.md
**/tsconfig.json
**/eslint.config.mjs
**/*.map
**/*.ts
**/.vscode-test.*
CITATION.cff
ROADMAP.md
pyproject.toml
tailwind.config.js
.venv
noxfile.py
requirements.txt
python/data
python/cmake/**
python/bundled/.gitkeep
python/requirements.txt
python/datamodel/test/**
python/lsp/.venv
python/.venv
webviews/viewer/src/**
webviews/viewer/vite.config.ts
webviews/viewer/svelte.config.js
webviews/viewer/tsconfig.json
webviews/viewer/tailwind.css
webviews/viewer/styles.css
webviews/viewer/index.js
webviews/export/src/**
webviews/export/index.html
webviews/export/vite.config.ts
webviews/export/svelte.config.js
webviews/export/tsconfig.json