66 lines
652 B
Plaintext
66 lines
652 B
Plaintext
# Node modules
|
|
|
|
node_modules/
|
|
|
|
# macOS system files
|
|
|
|
.DS_Store
|
|
|
|
# Environment files
|
|
|
|
.env
|
|
.env.\*
|
|
!.env.example
|
|
|
|
# Expo
|
|
|
|
.expo/
|
|
.expo-shared/
|
|
dist/
|
|
web-build/
|
|
|
|
# Android build artifacts
|
|
|
|
android/.gradle/
|
|
android/build/
|
|
android/app/build/
|
|
android/app/.cxx/
|
|
android/.idea/
|
|
android/local.properties
|
|
|
|
# iOS build artifacts
|
|
|
|
ios/build/
|
|
ios/Pods/
|
|
ios/Podfile.lock
|
|
ios/.xcworkspace/
|
|
ios/.idea/
|
|
ios/DerivedData/
|
|
|
|
# Miscellaneous
|
|
|
|
_.jks
|
|
_.keystore
|
|
_.p8
|
|
_.p12
|
|
_.key
|
|
_.mobileprovision
|
|
_.tsbuildinfo
|
|
_.log
|
|
_.pem
|
|
_.orig.\*
|
|
_.csv
|
|
_.bak
|
|
|
|
# Metro bundler cache
|
|
|
|
.metro-cache/
|
|
.cache/
|
|
|
|
# Package manager logs
|
|
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
pnpm-debug.log
|