-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (63 loc) · 818 Bytes
/
Copy path.gitignore
File metadata and controls
75 lines (63 loc) · 818 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 依赖
node_modules/
npm-debug.log*
# 临时文件
temp/
*.mp3
*.wav
!docs/audio/*.mp3
# 配置文件(本地)
pet-config.json
.env
# 日志
logs/
*.log
# 系统文件
.DS_Store
Thumbs.db
# 编辑器
.vscode/
.idea/
*.swp
*.swo
# 构建输出
dist/
build/
out/
# 工作日志(可选,包含个人信息)
work-logs/
# 🔒 个人设置和凭证
.moltbook-credentials
*.credentials
config.local.json
screenshots/
# 🧪 测试文件
test-*.js
fix-*.js
try-*.js
simple-*.js
detailed-*.js
check-*.js
verify-*.js
register-*.js
post-to-*.js
reply-*.js
update-*.js
browse-*.js
engage-*.js
search-*.js
monitor-*.js
get-*.js
# 📝 临时文档
*-SUCCESS.md
*-COMPLETED.md
*-INTEGRATION.md
*-API.md
BUG-*.md
VOICE-*.md
LEARNING-*.md
MOLTBOOK-*.md
PROMOTION-*.md
ENGAGEMENT-*.md
# 📦 打包文件
clawhub-package/