forked from liliMozi/openhanako
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (66 loc) · 1.66 KB
/
Copy path.gitignore
File metadata and controls
77 lines (66 loc) · 1.66 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
65
66
67
68
69
70
71
72
73
74
75
76
77
# ═══════════════════════════════════════════
# 用户数据(已迁移到 ~/.hanako/)
# ═══════════════════════════════════════════
agents/
user/
# ═══════════════════════════════════════════
# 文档 / 参考文件
# ═══════════════════════════════════════════
.docs/
CLAUDE.md
AGENTS.md
docs/superpowers/
.superpowers/
archived/
devlog/
handoff-*.md
TODO.md
# ═══════════════════════════════════════════
# 构建产物
# ═══════════════════════════════════════════
dist/
dist-server/
dist-server-bundle/
dist-computer-use/
desktop/main.bundle.cjs
desktop/preload.bundle.cjs
.cache/
desktop/dist-renderer/
desktop/native/**/.build/
vendor/
inbox/
# 运行时 / 依赖
# ═══════════════════════════════════════════
node_modules/
.pi/
# IDE / 工具
.claude/
*.code-workspace
# 项目私有文件
CLAUDE.md
# 临时文件
tmp/
/index.html
homepage/
# 环境变量 / 凭证
.env
.env.*
*.pem
*.key
*.p12
*.crt
credentials.json
secrets.yaml
secrets.json
auth.json
# 日志
*.log
logs/
# 系统文件
.DS_Store
*.db
# Codex reviews
reviews/
.superpowers/
# Codex environments
.codex/