forked from 1186258278/OpenClawChineseTranslation
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (57 loc) · 1.31 KB
/
Copy path.gitignore
File metadata and controls
69 lines (57 loc) · 1.31 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
# =====================================
# 上游代码 (克隆的 OpenClaw 原版)
# =====================================
openclaw/
upstream/
!docs/upstream/
# =====================================
# 依赖和构建
# =====================================
node_modules/
dist/
*.tgz
# =====================================
# 日志
# =====================================
*.log
npm-debug.log*
untranslated_list.txt
# =====================================
# 编辑器
# =====================================
.idea/
.vscode/
*.swp
*.swo
*~
# =====================================
# 系统文件
# =====================================
.DS_Store
Thumbs.db
# =====================================
# 临时文件
# =====================================
tmp/
temp/
# =====================================
# 本地测试文件(不上传到仓库)
# =====================================
# Docker 测试配置
Dockerfile.test
# 本地测试配置目录
test-config/
# 测试截图
test-screenshots/
# 调试脚本(开发用)
scripts/extract-untranslated.mjs
# 本地测试脚本
scripts/test-local-full.ps1
# 内部维护文档(仅本地保留)
docs/MAINTENANCE.md
# =====================================
# AI 上下文记忆文档(跨会话持久化)
# =====================================
.context.md
CONTEXT.local.md
nul