todo_app/.gitignore
PeterChrz 514adde721
Some checks failed
CI / Static Analysis (push) Failing after 2m7s
CI / Tests (push) Has been skipped
Initial commit: Flutter todo app with Riverpod
2026-08-04 23:40:54 -04:00

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