dev-manager-tauri/.gitignore
lanrtop d4cb236ace fix(mcp): SSE 消息端点立即返回 202,后台异步处理工具调用
poll_now 等耗时工具(发出 HTTP 请求到 Gitea)阻塞了 handle_sse_message,
导致客户端 POST 超时。改为 tokio::spawn 在后台处理 + SSE 推回结果,
HTTP 握手立即完成,符合 MCP SSE 传输规范。

另:新增 docs/ai-context/git-workflow.md(分支策略 + Conventional Commits),
.gitignore 排除炼境实例数据(.claude/liangjing.json / dev_manager.db)。
2026-07-03 19:17:25 +09:00

34 lines
415 B
Plaintext
Raw Permalink 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.

# Windows 保留名
nul
# 依赖
node_modules/
.pnpm-store/
# 构建产物
dist/
src-tauri/target/
# 环境
.env
.env.*
!.env.example
# 编辑器
.vscode/
.idea/
.qwen/
*.suo
*.user
# 系统
.DS_Store
Thumbs.db
# 炼境实例数据(项目 ID 和端口,每台机器不同,不入库)
.claude/liangjing.json
src-tauri/dev_manager.db
# 防止签名密钥被误提交Windows ~ 路径展开问题)
~/