feat(mobile): track mobile app scaffold

This commit is contained in:
caoxiaozhu
2026-05-22 12:41:45 +08:00
parent 222ba0bfdc
commit 1f15699013
79 changed files with 16854 additions and 0 deletions

25
mobile/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Dependencies
app/node_modules/
# Expo and Metro
app/.expo/
app/dist/
app/web-build/
app/.metro-health-check*
# Generated native projects
app/ios/
app/android/
# Local logs and caches
*.log
app/*.log
app/.cache/
app/.turbo/
# Local environment
app/.env*
!app/.env.example
# TypeScript build cache
app/*.tsbuildinfo