40 lines
735 B
Plaintext
40 lines
735 B
Plaintext
# Application mobile Laverie — Android + iOS uniquement (pas de web Flutter).
|
|
|
|
# Plateformes générées par Flutter (ne pas versionner entièrement si préféré)
|
|
/android/.gradle/
|
|
/android/app/debug/
|
|
/android/app/profile/
|
|
/android/app/release/
|
|
/android/local.properties
|
|
/android/**/GeneratedPluginRegistrant.java
|
|
/android/**/GeneratedPluginRegistrant.kt
|
|
|
|
/ios/Pods/
|
|
/ios/.symlinks/
|
|
/ios/Flutter/Flutter.framework
|
|
/ios/Flutter/Flutter.podspec
|
|
/ios/Flutter/Generated.xcconfig
|
|
/ios/Flutter/ephemeral/
|
|
/ios/Runner/GeneratedPluginRegistrant.*
|
|
|
|
# Build
|
|
/build/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
*.iml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# macOS (non ciblé)
|
|
/macos/
|
|
/web/
|
|
/linux/
|
|
/windows/
|