mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* Add Flutter web support and web-safe storage * Update mobile/web/index.html Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Juan José Mata <jjmata@jjmata.com> * Product name instead of placeholder --------- Signed-off-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
51 lines
651 B
Plaintext
51 lines
651 B
Plaintext
# Flutter / Dart
|
|
.dart_tool/
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
*.iml
|
|
.metadata
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/app/build/
|
|
android/gradlew
|
|
android/gradlew.bat
|
|
android/key.properties
|
|
android/app/*.keystore
|
|
android/app/*.jks
|
|
keystore-base64.txt
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/Flutter.podspec
|
|
ios/Flutter/ephemeral/
|
|
ios/Flutter/Generated.xcconfig
|
|
ios/Runner.xcworkspace/
|
|
ios/Podfile.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*/.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Miscellaneous
|
|
_codeql_detected_source_root
|