Files
pj0235-eai_agentplatform/.gitignore
T
eaiadminandClaude Code 8ee208cc89 chore: 忽略误放的二进制与日志
eai_agentplatform/eai_agentplatform-server 这个路径是误入口:从 eai_agentplatform/
启动它,config.backendBaseDir() 取「可执行文件目录的上一级」会解析成仓库根,
于是连到另一份空库,页面看起来跟数据丢了似的(2026-09-14 踩过一轮)。
正确入口是 backend-go/bin/eai_agentplatform-server。

- 仓库根 .gitignore 加 *.log
- eai_agentplatform/.gitignore 加 eai_agentplatform-server 与 *.log,并注明原因
- 已确认 git ls-files 中无已跟踪的 .log / 同名二进制,新规则不误伤

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-14 17:01:18 +08:00

33 lines
390 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ===== 运行数据 =====
data/
debuglog/
*.db
*.log
# ===== IDE =====
.idea/
.vscode/
*.swp
*.swo
.claude/
.dbg/
# ===== Node =====
node_modules/
# ===== 构建产物 =====
dist/
bin/
*.exe
# ===== 大文件/素材(不入 Git) =====
docs/09_Research/工业AI观察员/raw/
# ===== 环境变量 =====
.env
.env.local
# ===== 操作系统 =====
.DS_Store
Thumbs.db
.ollama_models/