-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vscodeignore
More file actions
64 lines (56 loc) · 1.26 KB
/
.vscodeignore
File metadata and controls
64 lines (56 loc) · 1.26 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# 开发文件
.vscode/**
.vscode-test/**
.github/**
.claude/**
.codex/**
.gitignore
tsconfig.json
**/*.map
# 临时文件/日志/打包产物
.ads/**
.npm-cache/**
*.vsix
build.sh
todo.md
**/.env
**/.env.*
# 锁文件
pnpm-lock.yaml
package-lock.json
yarn.lock
# 后端和webview源文件(只需要 dist 中的编译结果)
backend/**
webview/**
vscode-copilot-chat/**
# 根目录 ts 源文件
*.ts
!*.d.ts
# 测试文件
test/**
# 前端源文件(只需要 dist)
frontend/src/**
frontend/node_modules/**
frontend/*.json
frontend/*.html
frontend/tsconfig*.json
frontend/vite.config.ts
frontend/pnpm-lock.yaml
frontend/COMPONENT_ARCHITECTURE.md
# 忽略不需要的 node_modules 子目录(开发依赖)
node_modules/.bin/**
node_modules/.package-lock.json
node_modules/@types/**
node_modules/typescript/**
node_modules/undici-types/**
# @vscode/codicons 只保留 dist 目录
node_modules/@vscode/codicons/scripts/**
node_modules/@vscode/codicons/_iconCloud/**
node_modules/@vscode/codicons/src/**
node_modules/@vscode/codicons/*.js
node_modules/@vscode/codicons/*.json
node_modules/@vscode/codicons/*.md
node_modules/@vscode/codicons/*.png
node_modules/@vscode/codicons/LICENSE*
node_modules/@vscode/codicons/CODE_OF_CONDUCT.md
node_modules/@vscode/codicons/SECURITY.md