initial commit
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user