- 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
26 lines
271 B
Text
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/
|
|
|