| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- # Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
- # dependencies
- node_modules/
- # Expo
- .expo/
- dist/
- web-build/
- # 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
- # env
- .env
- # @generated expo-cli sync-b5df6a44d8735348b729920a7406b633cfb74d4c
- # The following patterns were generated by expo-cli
- # Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
- # dependencies
- node_modules/
- # Expo
- .expo/
- dist/
- web-build/
- # 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
- # @end expo-cli
- ios/
|