You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
968 B
Plaintext
58 lines
968 B
Plaintext
# Flutter/Dart
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
*.g.dart
|
|
*.freezed.dart
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/captures/
|
|
android/gradlew
|
|
android/gradlew.bat
|
|
android/local.properties
|
|
android/.idea/
|
|
**/android/**/gradle-wrapper.jar
|
|
**/android/.gradle
|
|
**/android/captures/
|
|
**/android/gradlew
|
|
**/android/gradlew.bat
|
|
**/android/local.properties
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
**/android/**/GeneratedPluginRegistrant.kt
|
|
|
|
# iOS
|
|
ios/.symlinks/
|
|
ios/Flutter/App.framework
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/Flutter.podspec
|
|
ios/Flutter/Generated.xcconfig
|
|
ios/Flutter/ephemeral/
|
|
ios/Flutter/app.flx
|
|
ios/Flutter/app.zip
|
|
ios/Flutter/flutter_assets/
|
|
ios/Flutter/flutter_export_environment.sh
|
|
ios/ServiceDefinitions.json
|
|
ios/Runner/GeneratedPluginRegistrant.*
|
|
ios/Pods/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.DS_Store
|
|
|
|
# Environment / secrets
|
|
.env
|
|
*.env
|
|
local.properties
|
|
|
|
# Generated
|
|
coverage/
|
|
doc/api/ |