Files
pj0235-eai_agentplatform/eai_ap_app/.gitignore
T
eaiadmin 4e8817d768 init: 数字员工平台初始代码
包含前端(Vue3 + VueFlow 画布)、后端(Go)、文档体系。
- 工作台画布:节点拖放、连线模式、右键菜单、AI 助手
- 后端:连接器 API、专员种子数据
- 导航:左侧导航、工坊、市场、控制台
2026-08-18 20:19:58 +08:00

30 lines
403 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.
# Go 构建产物
backend-go/bin/
# 运行时数据(数据库 + 素材文件)
backend-go/data/
# 前端
frontend/node_modules/
frontend/dist/
# 环境变量
.env
backend-go/.env
# AI 敏感凭证(API Key 等,不入 Git)
backend-go/deploy/ai_secrets.json
backend-go/config/ai_secrets.json
# 本地编译产物
backend-go/server
# 调试日志
debuglog/
# IDE
.idea/
.vscode/
*.swp
*.swo