55 lines
527 B
Plaintext
55 lines
527 B
Plaintext
# Node modules
|
|
/node_modules/
|
|
|
|
# Expo / React Native build caches
|
|
.expo/
|
|
.expo-shared/
|
|
*.expo
|
|
|
|
# macOS files
|
|
.DS_Store
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Expo builds
|
|
/dist/
|
|
/web-build/
|
|
/android/app/build/
|
|
/ios/build/
|
|
/ios/Pods/
|
|
ios/Podfile.lock
|
|
|
|
# Expo credentials and secrets
|
|
*.p12
|
|
*.jks
|
|
*.keystore
|
|
*.mobileprovision
|
|
*.cer
|
|
*.pem
|
|
*.p8
|
|
|
|
# Misc
|
|
*.swp
|
|
*.swo
|
|
*.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# JetBrains
|
|
.idea/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|