morethanadiagnosis-hub/.gitignore
fullsizemalt 5bc3ca1832 feat: integrate React Query and configure build profiles
- Add React Query provider and client
- Create reusable UI components (Loading, Error, Empty)
- Implement custom hooks with fallback data
- Integrate hooks into Resources and Community screens
- Add pull-to-refresh support
- Configure EAS Build profiles and environment variables
2025-11-18 12:36:52 -08:00

26 lines
271 B
Text

# General
.DS_Store
*.log
node_modules/
dist/
build/
.cache/
.env*
!.env.example
# Next.js
web/.next/
web/out/
web/.cache/
# Build artifacts
backend/certbot/
*.pem
# Mobile/Flutter/Expo (if chosen later)
.gradle/
android/app/build/
ios/Pods/
.flutter-plugins*
.expo/