Files
mcbeno-app/.gitignore

42 lines
640 B
Plaintext

# Flutter / Dart
.dart_tool/
/.flutter-plugins
/.flutter-plugins-dependencies
build/
.packages
pubspec.lock
# Android
/android/.gradle/
/android/app/build/
/android/build/
# iOS
/ios/Pods/
/ios/Flutter/Flutter.framework
/ios/Flutter/Flutter.podspec
/ios/Runner.xcworkspace/
/ios/Runner/GeneratedPluginRegistrant.*
*.xcworkspace
*.xcuserdatad
*.xcodeproj/project.xcworkspace
/ios/.DerivedData
# VS Code
/.vscode/
# macOS
.DS_Store
# Node / Expo / React Native (keep backup of old project files in legacy_expo_backup/ before deleting)
/node_modules/
/package-lock.json
/pnpm-lock.yaml
/yarn.lock
/.expo/
app/build/
*.log
# Secrets
.env