详细说明: - 更新了12个产业的完整资源文件(Agent prompts、头像、效果图等) - 添加产业背景图片资源(交通物流、化工、土木水利等) - 更新前端展示项目的依赖配置 - 清理无效的软链接和旧的目录结构 - 修改文件: .gitignore, package.json, 各产业资源目录 - 影响模块: 前端展示系统、资源管理系统 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
52 lines
470 B
Plaintext
52 lines
470 B
Plaintext
|
|
# YoYo AI version control directory
|
|
.yoyo/
|
|
|
|
# macOS duplicate files (iCloud/sync conflicts)
|
|
* 2.*
|
|
* 3.*
|
|
* 4.*
|
|
*\ 2
|
|
*\ 3
|
|
*\ 4
|
|
**/* 2*
|
|
**/* 3*
|
|
**/* 4*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
**/dist/
|
|
build/
|
|
**/build/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.cache/
|