bonpoint/.gitignore
jmartin c4ebb5b2d8 Initialise le dépôt Bonpoint avec docs et prototype web.
Structure docs/, web/ (app Node existante) et mobile/ (placeholder Flutter).
2026-06-12 11:39:51 +02:00

26 lines
358 B
Plaintext

# Secrets & données locales
.env
*.log
# Node (web)
web/node_modules/
web/data/*.db
web/data/*.db-*
# Flutter / mobile (futur)
mobile/.dart_tool/
mobile/.flutter-plugins
mobile/.flutter-plugins-dependencies
mobile/.packages
mobile/build/
mobile/.pub-cache/
mobile/.pub/
mobile/**/ios/Pods/
mobile/**/.symlinks/
# OS / IDE
.DS_Store
.idea/
.vscode/
*.swp