42 lines
533 B
Plaintext
42 lines
533 B
Plaintext
# Flutter / Dart
|
|
.dart_tool/
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.metadata
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Generated protobuf
|
|
lib/proto/*.pb.dart
|
|
lib/proto/*.pbenum.dart
|
|
lib/proto/*.pbjson.dart
|
|
lib/proto/*.pbserver.dart
|
|
|
|
# Platform build output
|
|
android/.gradle/
|
|
android/app/build/
|
|
android/local.properties
|
|
linux/build/
|
|
web/build/
|
|
|
|
# Flutter misc
|
|
.last_build_id
|
|
|
|
# FVM (Flutter Version Management)
|
|
.fvm/
|
|
.fvmrc
|
|
|
|
# Test coverage
|
|
coverage/
|
|
test/.test_coverage.dart
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |