0c01a726e9
The file is auto-generated and contains machine-specific paths. Add it to .gitignore and remove from tracking.
56 lines
579 B
Plaintext
56 lines
579 B
Plaintext
# Flutter/Dart specific
|
|
.dart_tool/
|
|
.packages
|
|
build/
|
|
.pub/
|
|
.flutter-plugins-dependencies
|
|
|
|
# IDEs
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.ctxt
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Android
|
|
*.apk
|
|
*.ap_
|
|
*.aab
|
|
!/android/app/src/main/AndroidManifest.xml
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/Flutter.podspec
|
|
|
|
# Xcode
|
|
xcuserdata/
|
|
*.xcworkspace/
|
|
DerivedData/
|
|
|
|
# Web
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Windows
|
|
windows/flutter/
|
|
windows/runner/
|
|
|
|
# Linux
|
|
linux/flutter/
|
|
linux/runner/
|
|
|
|
# Firebase
|
|
firebase_app_id_file.json
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*~
|