Initialisation du projet geosector complet (web + flutter)

This commit is contained in:
d6soft
2025-05-01 18:59:27 +02:00
commit b5aafc424b
244 changed files with 37296 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Flutter
flutt/build/
flutt/.dart_tool/
flutt/.packages
flutt/pubspec.lock
flutt/.flutter-plugins
flutt/.flutter-plugins-dependencies
flutt/*.iml
flutt/.idea/
flutt/.vscode/
flutt/ios/Flutter/flutter_framework.ipa
flutt/flutter_*.log
# Web (PHP/JavaScript)
web/vendor/
web/node_modules/
web/.env
web/*.log
web/storage/*.key
web/public/storage
web/public/hot
# Général
*.DS_Store
*.log
*.tmp
*.temp
.env
.env.*