fitaiProto/apps/admin/.gitignore
2026-03-10 04:14:03 +01:00

67 lines
885 B
Plaintext

# Admin app specific
.next/
out/
# Environment variables (all .env files)
.env
.env.local
.env*.local
.env.development
.env.production
# Database files
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
backups/
data/
# Logs
*.log
server.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Mobile app specific
.expo/
.expo-shared/
web-build/
*.jks
*.p8
*.p12
*.key
*.mobileprovision
.metro-health-check*
# iOS
ios/Pods/
*.xcode.env
ios/Pods/Flipper*
ios/Pods/Flipper-Folly
ios/Pods/Flipper-Glog
ios/Pods/Flipper-PeerTalk
ios/Pods/Flipper-RSocket
# Android
android/app/build/
android/gradle/
android/gradlew
android/gradlew.bat
android/local.properties
android/*.iml
android/.gradle/
android/app/release/
android/app/debug/
android/app/build/generated/
# Fastlane
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
*/fastlane/test_output
# Bundle artifact
*.jsbundle