-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (81 loc) · 1.52 KB
/
.gitignore
File metadata and controls
96 lines (81 loc) · 1.52 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# ====================
# Dependencies
# ====================
node_modules/
# ====================
# Build outputs
# ====================
dist/
bin/
opencode.exe
*.exe
*.log
api_doc_mcp.log
nul
docs/ANTIGRAVITY_INTEGRATION.md
# ====================
# Worktrees (开发隔离)
# ====================
.worktrees/
# ====================
# Temporary files
# ====================
backup/
opencode-fresh/
opencode-latest/
opencode-test/
script_backup/
tmp/
temp/
i18n/
# ====================
# OS files
# ====================
.DS_Store
Thumbs.db
*.swp
*.swo
*~
Desktop.ini
# ====================
# Backup files
# ====================
opencode-i18n.json.backup
*.bak
*.backup
# ====================
# IDE / Editor
# ====================
.vscode/
.idea/
*.sublime-*
*.suo
*.user
# ====================
# PowerShell
# ====================
*.ps1xml
# ====================
# Submodule specific
# ====================
# opencode-zh-CN 是上游官方源码(自动克隆,非 Git 子模块)
# 首次运行时 scripts/init.ps1 会自动克隆上游代码到此目录
# 所有本地修改(汉化、编译产物)都应被 Git 忽略
opencode-zh-CN/
# ====================
# Auto-downloaded archives
# ====================
# init.ps1 备用下载产生的临时压缩包
opencode-main.zip
# ====================
# Release builds (pre-compiled binaries)
# ====================
releases/
.claude/
openspec/
# ====================
# AI 上下文记忆文档(跨会话持久化,不提交)
# ====================
.context.md
CONTEXT.local.md
.worktrees/