39 lines
455 B
Text
39 lines
455 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Expo / React Native (generated by `expo prebuild` — do not commit)
|
|
.expo/
|
|
.expo-shared/
|
|
dist/
|
|
web-build/
|
|
ios/
|
|
android/
|
|
|
|
# Builds / cache
|
|
*.tsbuildinfo
|
|
*.js.map
|
|
.expo/types/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
google-services.json
|
|
GoogleService-Info.plist
|
|
*.jks
|
|
*.keystore
|
|
credentials.json
|
|
auth.json
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
*.swp
|