29 lines
324 B
Text
29 lines
324 B
Text
# Flutter
|
|
.dart_tool/
|
|
.packages
|
|
build/
|
|
*.iml
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.metadata
|
|
|
|
# Android
|
|
android/app/google-services.json
|
|
android/key.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/Runner/GoogleService-Info.plist
|
|
|
|
# Generated
|
|
*.g.dart
|
|
*.freezed.dart
|
|
*.mocks.dart
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|