46 lines
543 B
Plaintext
46 lines
543 B
Plaintext
# Flutter
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/*.iml
|
|
android/.idea/
|
|
android/.settings/
|
|
android/build/
|
|
android/app/build/
|
|
android/app/release/
|
|
android/app/debug/
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/Podfile.lock
|
|
ios/.symlinks/
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/Flutter.podspec
|
|
ios/Flutter/generated.xcconfig
|
|
ios/Flutter/app.flx
|
|
ios/Flutter/app.zip
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Test
|
|
coverage/
|