Files
sharedinbox/.gitignore
T
Thomas GüttlerandClaude Sonnet 4.6 5ebda521d6 Initial Flutter/Dart port of SharedInbox
IMAP/SMTP email client with offline-first architecture:
sync engine writes to Drift (SQLite), UI reads reactively
from the local DB. enough_mail vendored under packages/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 07:35:56 +02:00

27 lines
274 B
Plaintext

# Flutter/Dart
.dart_tool/
.packages
pubspec.lock
build/
*.g.dart
*.freezed.dart
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Android
android/.gradle/
android/local.properties
android/app/google-services.json
# iOS / macOS
ios/Pods/
macos/Pods/
*.xcworkspace/