Files
AI-Health/.gitignore
MingNian b4bc15b9b9 feat: AI 意图路由/草稿存储 + Prompts 模块化 + UI 视觉统一 + AI 同意门 + 资源更新
后端:
- 新增 ai_intent_router 意图路由
- 新增 AiEntryDraft 草稿存储 + EF 迁移
- 新增 Prompts 模块化(global/modules/rag/router)
- AI Agent handlers 扩展

前端:
- 新增 AI 同意门 (ai_consent_gate/provider/details_page)
- HealthMetricVisuals 视觉统一
- 设备扫描/管理页面优化
- agent 插图替换 + 趋势指标图标

配置:
- DeepSeek 模型改 deepseek-v4-flash
- .gitignore 加 artifacts/audit
- build.gradle.kts 签名配置调整
2026-07-28 15:03:38 +08:00

64 lines
1012 B
Plaintext

# Secrets
.env
*.pem
*.key
*.pfx
# Android release keystore
health_app/android/**/*.jks
health_app/android/key.properties
# .NET build outputs
backend/**/bin/
backend/**/obj/
backend/artifacts/
# Generated local audit reports
audit/*.html
# PostgreSQL local data
backend/pgdata/
# Flutter build outputs
health_app/build/
health_app/.dart_tool/
health_app/.flutter-plugins*
health_app/.packages
# Android
health_app/android/.gradle/
health_app/android/app/build/
health_app/android/local.properties
# iOS
health_app/ios/Pods/
health_app/ios/.symlinks/
# IDE
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
.vs/
.vscode/
# Uploads & logs
backend/src/Health.WebApi/uploads/
backend/src/Health.WebApi/data-protection-keys/
*.log
*.txt
*.jpg
*.png
!backend/src/Health.WebApi/wwwroot/app-icon.png
!health_app/assets/branding/*.png
!health_app/android/app/src/main/res/drawable/launch_brand.png
!health_app/android/app/src/main/res/drawable-v21/launch_brand.png
# Claude
.claude/
# OS
.DS_Store
Thumbs.db