chore: 干净 ERP 基座 — 删除 health/ai/wechat 业务代码
删除内容: - 前端: health/(67文件), ai/(2文件), Copilot, MediaPicker, 相关API/Store/Hook - 后端: wechat_handler, wechat_service, wechat_user entity, analytics handler, ai_workflow_seed - 配置: WechatConfig, AppConfig.wechat, AuthState wechat 字段 - 启动: 微信凭据检查块, ensure_ai_workflows() 调用 - 迁移: 新增 m20260613_000170_drop_wechat_users.rs - 脚本: api_test_health_alert.py, api_test_mp.py, mpsync.sh/ps1 - E2E: health-data page, flows/ 目录 保留: erp-core/auth/workflow/message/config/plugin + 基座前端 + 通用组件
This commit is contained in:
109
.gitignore
vendored
Normal file
109
.gitignore
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
# Rust
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Tauri
|
||||
apps/desktop/src-tauri/target/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Environment
|
||||
.env
|
||||
*.env.local
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker data
|
||||
docker/postgres_data/
|
||||
docker/redis_data/
|
||||
|
||||
# Test artifacts
|
||||
.test_token
|
||||
test-results/
|
||||
|
||||
# Build outputs
|
||||
apps/miniprogram/dist-h5/
|
||||
|
||||
# Runtime uploads
|
||||
uploads/
|
||||
|
||||
# Temp logs
|
||||
_server_out.txt
|
||||
*.heapsnapshot
|
||||
perf-trace-*.json
|
||||
docs/debug-*.png
|
||||
|
||||
# Development env
|
||||
.env.development
|
||||
docker/docker-compose.override.yml
|
||||
.agents/skills/
|
||||
.claude/skills/
|
||||
.kiro/skills/
|
||||
.trae/skills/
|
||||
.windsurf/skills/
|
||||
skills/
|
||||
|
||||
# Logs
|
||||
.logs/
|
||||
*.log
|
||||
|
||||
# Playwright reports
|
||||
**/playwright-report/
|
||||
|
||||
# Plans
|
||||
plans/
|
||||
|
||||
# MCP config
|
||||
.mcp.json
|
||||
|
||||
# Superpowers temp
|
||||
.superpowers/brainstorm/
|
||||
|
||||
# Test temp files
|
||||
.test_token*
|
||||
chi_sim.traineddata
|
||||
|
||||
# Local settings
|
||||
.claude/settings.local.json
|
||||
tools/
|
||||
|
||||
# Temp/debug files
|
||||
_temp/
|
||||
tmp/
|
||||
screenshots/
|
||||
server-log.txt
|
||||
snapshot_*.txt
|
||||
_*.txt
|
||||
_server_*.txt
|
||||
tmp_*.txt
|
||||
direct_*.txt
|
||||
server_*.txt
|
||||
server_combined.txt
|
||||
out.txt
|
||||
_wx_login.json
|
||||
.claude/settings.json
|
||||
|
||||
# Trace/debug JSON
|
||||
trace-*.json
|
||||
|
||||
# Graphify knowledge graph (regenerated locally)
|
||||
graphify-out/
|
||||
|
||||
# Native miniprogram (separate project)
|
||||
apps/mp-native/
|
||||
|
||||
# Misc untracked
|
||||
err.txt
|
||||
uploads/g:/hms/.superpowers/
|
||||
.claude/skills/design-handoff/node_modules/
|
||||
.design/config.yml
|
||||
.superpowers/
|
||||
Reference in New Issue
Block a user