- pubspec.yaml: path: packages/enough_mail → git: guettli/enough_mail pinned to SHA 25320ada (same version as the vendored copy) - Remove packages/enough_mail/ (170 files, 38k lines) from this repo - Fix .gitignore: restore comment, add coverage/ (generated by --coverage) - PLAN.md: document phase 0a Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54 lines
907 B
Plaintext
54 lines
907 B
Plaintext
# Flutter/Dart
|
|
coverage/
|
|
.dart_tool/
|
|
.packages
|
|
pubspec.lock
|
|
build/
|
|
*.g.dart
|
|
*.freezed.dart
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local environment overrides (copied from .env.example)
|
|
.env
|
|
.env.local
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/app/google-services.json
|
|
android/key.properties
|
|
android/app/src/main/java/io/flutter/plugins/
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/Flutter/Generated.xcconfig
|
|
ios/Flutter/ephemeral/
|
|
ios/Flutter/flutter_export_environment.sh
|
|
ios/Runner/GeneratedPluginRegistrant.*
|
|
*.xcworkspace/
|
|
|
|
# macOS
|
|
macos/Pods/
|
|
macos/Flutter/GeneratedPluginRegistrant.swift
|
|
macos/Flutter/ephemeral/
|
|
|
|
# Linux generated plugin wiring (recreated by flutter pub get)
|
|
linux/flutter/ephemeral/
|
|
linux/flutter/generated_plugin_registrant.*
|
|
linux/flutter/generated_plugins.cmake
|
|
|
|
# Flutter generated metadata
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
|
|
# direnv cache
|
|
.direnv/
|