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

35 lines
471 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
# ===== IDE =====
.idea/
.vscode/
*.swp
*.swo
.claude/
.dbg/
# ===== Node =====
node_modules/
# ===== 构建产物 =====
dist/
bin/
*.exe
# ===== 大文件/素材(不入 Git) =====
eai_ap_app/training_materials/
docs/10-eaiintro/*.pptx
docs/10-eaiintro/*.pdf
docs/09_Research/wechat/
docs/09_Research/工业AI观察员/raw/
# ===== 环境变量 =====
.env
.env.local
# ===== 操作系统 =====
.DS_Store
Thumbs.db