Files
AI-Health/.gitignore
2026-06-15 18:13:52 +08:00

53 lines
755 B
Plaintext

# Secrets
.env
*.pem
*.key
*.pfx
# .NET build outputs
backend/**/bin/
backend/**/obj/
# 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/
*.txt
*.jpg
*.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