62 lines
510 B
Plaintext
62 lines
510 B
Plaintext
# Dependencies
|
|
node_modules/**/*
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Expo
|
|
.expo/
|
|
.expo-shared
|
|
|
|
# Build outputs
|
|
dist/
|
|
web-build/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Production
|
|
build/
|
|
|
|
# Debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# Secrets
|
|
*.jks
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
.cache/
|
|
|
|
android/
|
|
!modules/**/android/
|
|
ios/
|
|
!modules/**/ios/
|
|
*.ipa
|
|
*.apk
|
|
*.aab |