Initialisation du projet geosector complet (web + flutter)
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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.*
|
||||
Reference in New Issue
Block a user