2024-12-01 11:29:47 +00:00
|
|
|
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# Expo
|
|
|
|
.expo/
|
|
|
|
dist/
|
|
|
|
web-build/
|
|
|
|
expo-env.d.ts
|
|
|
|
|
2024-12-16 13:34:57 +00:00
|
|
|
# Android output
|
|
|
|
*.aab
|
|
|
|
*.apk
|
|
|
|
*.apks
|
|
|
|
|
2024-12-01 11:29:47 +00:00
|
|
|
# Native
|
|
|
|
*.orig.*
|
|
|
|
*.jks
|
|
|
|
*.p8
|
|
|
|
*.p12
|
|
|
|
*.key
|
|
|
|
*.mobileprovision
|
|
|
|
|
|
|
|
# Metro
|
|
|
|
.metro-health-check*
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.*
|
|
|
|
yarn-debug.*
|
|
|
|
yarn-error.*
|
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
|
|
|
app-example
|