-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (49 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
56 lines (49 loc) · 1.05 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
# ===================== 依赖 =====================
# 递归忽略所有子项目的依赖目录(如 todolist/node_modules)
node_modules/
.pnp/
.pnp.js
# ===================== 构建产物 =====================
# 递归忽略所有子项目的构建输出
dist/
dist-ssr/
out/
*.local
# ===================== 缓存 / 日志 =====================
.vite/
.cache/
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.tsbuildinfo
# ===================== 环境变量 =====================
.env
.env.*
!.env.example
# ===================== 编辑器 / IDE =====================
.vscode/
*.swp
*.swo
# ===================== AI 编程工具 =====================
# 各 AI 编程工具 / IDE 的本地工作目录(不进版本库)
.trae/
.workbuddy/
.codebuddy/
.cursor/
.windsurf/
.claude/
.claude-code/
.codeium/
.continue/
.aider/
.roo/
.qador/
# ===================== IDE 配置 / 构建临时文件 =====================
.idea/
vite.config.js.timestamp-*
# ===================== 操作系统 =====================
.DS_Store
Thumbs.db