-
Notifications
You must be signed in to change notification settings - Fork 282
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (50 loc) · 1.51 KB
/
Copy path.gitignore
File metadata and controls
55 lines (50 loc) · 1.51 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
node_modules
.pnpm-store/
dist/
# 编译版单文件二进制(bun build --compile,每个 ~170MB)。CI 与发版都往这里写,
# `bun run use:here --binary` 也默认在这里找 host-arch 产物。
dist-bin/
packages/workflow-core/dist/
packages/workflow-core/.packs/
data/
log/
.DS_Store
.idea/
*.tsbuildinfo
.env
.npmrc
docs/superpowers/
docs/specs/
storageState.json
midscene_run/
.codex
.claude/
.antigravitycli/
.cjadk/
.trae/
# magic / 妙笔发布 token 与 app 映射(含密钥,绝不提交)
.magic-token
.magic-apps.json
docs-site/.magic-token
# HD2D office runtime binaries — downloaded on demand from GitHub Release
# (hd2d-assets-*), never committed. See src/dashboard/hd2d-assets.ts
src/dashboard/web/game/index.wasm
src/dashboard/web/game/index.pck
# Playwright MCP verification artifacts
.playwright-mcp/
dashboard-substitute*.png
# Desktop packaging staging/generated raster assets
build/desktop-node/
build/desktop-runtime/
build/icon.png
src/desktop/assets/*.png
# 内网独立仓 / 网关配置:各自有独立 git 仓,含内网部署信息,
# 绝不并入这个公开仓。防 `git add .` 误提交。
# 必须用 `/` 锚定到仓库根:不锚定的 `platform/` 会连 `src/platform/`(隧道绑定、
# 设备注册这些正经源码)一起吃掉——已跟踪的文件不受影响,但**新增**文件会被
# 静默忽略,`git add` 只报一行提示,很容易漏提交。
/platform/
/mcp-gateway/
.gdpa
# OMO 计划产物(.omo/ 计划、草稿、证据),绝不提交
.omo/