-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (40 loc) · 971 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (40 loc) · 971 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
48
49
50
51
# 环境变量文件(包含敏感信息)
.env
.wraith/*
!.wraith/
!.wraith/WRAITH.md
WRAITH.local.md
# 编译输出
target/
*.class
# IDE
.idea/
*.iml
.vscode/
# Claude Code 本地会话配置(不提交,保留 .claude/launch.json)
.claude/settings.local.json
# 日志
*.log
# 操作系统
.DS_Store
Thumbs.db
/reports
temp_articles.json
# node 依赖与缓存(根目录也可能有:某些工具会在仓库根生成 node_modules/.vite 等缓存)
/node_modules/
# desktop shell
desktop/node_modules/
desktop/out/
desktop/dist/
desktop/playwright-report/
desktop/test-results/
desktop/release/
# 测试运行器产物(根目录,与 desktop/test-results/ 同类)
test-results/
# Workflow scratch (SDD reports, planning artifacts — stay on disk, not in git)
.superpowers/
# Isolated implementation worktrees
.worktrees/
# GitHub AI 日报的数据与报告(放项目内是为了让 automation 的 read_file 够得着,见 runbook)
.ghai/
temp_repo/