2026-06-15 20:43:15 +08:00
|
|
|
# Dependencies
|
2026-03-17 15:04:12 +08:00
|
|
|
node_modules
|
2026-06-15 20:43:15 +08:00
|
|
|
|
|
|
|
|
# Source control
|
2026-03-17 15:04:12 +08:00
|
|
|
.git
|
2026-06-15 20:43:15 +08:00
|
|
|
.gitignore
|
|
|
|
|
|
|
|
|
|
# Expo caches
|
2026-03-17 15:04:12 +08:00
|
|
|
.expo
|
2026-06-15 20:43:15 +08:00
|
|
|
.expo-shared
|
|
|
|
|
|
|
|
|
|
# Build artifacts
|
2026-03-17 15:04:12 +08:00
|
|
|
dist
|
|
|
|
|
dist-web
|
|
|
|
|
dist-android
|
2026-06-15 20:43:15 +08:00
|
|
|
dist-ios
|
2026-03-17 15:04:12 +08:00
|
|
|
dist-android-update.zip
|
2026-06-15 20:43:15 +08:00
|
|
|
dist-ios-update.zip
|
|
|
|
|
android
|
|
|
|
|
ios
|
|
|
|
|
web-build
|
|
|
|
|
|
|
|
|
|
# Native credentials (never ship into image)
|
|
|
|
|
*.jks
|
|
|
|
|
*.p8
|
|
|
|
|
*.p12
|
|
|
|
|
*.key
|
|
|
|
|
*.mobileprovision
|
|
|
|
|
*.orig.*
|
|
|
|
|
|
|
|
|
|
# Misc
|
2026-03-17 15:04:12 +08:00
|
|
|
screenshots
|
|
|
|
|
*.log
|
2026-06-15 20:43:15 +08:00
|
|
|
.vscode
|
|
|
|
|
.idea
|
|
|
|
|
.DS_Store
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
coverage
|
|
|
|
|
__tests__
|