- main.dart: App-Check-Provider per kReleaseMode umgeschaltet (Release = PlayIntegrity/AppAttest, Debug = Debug-Provider). Nötig, da die Functions App Check erzwingen — ein Release-Build mit Debug-Provider würde auf fremden Geräten bei jedem Function-Aufruf scheitern. - App-Icon aus assets/icon/icon.png via flutter_launcher_icons generiert (iOS-Set + Android-Mipmaps). - docs/legal/datenschutz.html: Platzhalter ausgefüllt, interner Hinweis raus. - firebase.json: hosting-Block (public: docs/legal, Redirect / -> /datenschutz). URL: https://leaf-it-to-me-app.web.app/datenschutz - Doku: firebase-einrichtung.md Schritt 9/10 + Hosting fortgeschrieben, handoff.md aktualisiert (iOS/TestFlight abgeschlossen, nur noch Android offen). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CMRhL16hB14xcfef1qez7N
53 lines
878 B
Text
53 lines
878 B
Text
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
# is commented out by default.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
.dart_tool/
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
/coverage/
|
|
|
|
# Firebase CLI deploy cache
|
|
.firebase/
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
# Android Studio will place build artifacts here
|
|
/android/app/debug
|
|
/android/app/profile
|
|
/android/app/release
|
|
|
|
# Android Release-Signing (Upload-Key + Passwörter — niemals committen)
|
|
/android/key.properties
|
|
/android/*.jks
|
|
/android/*.keystore
|