45 lines
527 B
Plaintext
45 lines
527 B
Plaintext
# Flutter/Dart
|
|
.dart_tool/
|
|
.packages
|
|
build/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
/android/app/debug
|
|
/android/app/profile
|
|
/android/app/release
|
|
/android/key.properties
|
|
/ios/Flutter/.last_build_id
|
|
/ios/Pods/
|
|
/macos/Flutter/ephemeral/
|
|
/windows/flutter/ephemeral/
|
|
/linux/flutter/ephemeral/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
*.jks
|
|
*.keystore
|
|
key.properties
|
|
local.properties
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.test_coverage.dart
|