fertig bis auf Tankstellen und Graph

This commit is contained in:
2026-01-23 15:03:18 +01:00
parent 5f4f2c4379
commit d5b8df9506
27 changed files with 2198 additions and 17 deletions

56
.dockerignore Normal file
View File

@@ -0,0 +1,56 @@
# .dockerignore
# Git
.git
.gitignore
# IDE
.idea
.vscode
*.swp
*.swo
*~
# Flutter/Dart
.dart_tool/
.packages
build/
.flutter-plugins
.flutter-plugins-dependencies
.metadata
# Node.js (for proxy)
node_modules/
npm-debug.log
yarn-error.log
# Test
test/
integration_test/
.test_coverage/
# Documentation
*.md
!README.md
# CI/CD
.github/
# Local development
.env.local
*.log
# macOS
.DS_Store
# Windows
Thumbs.db
# Linux
*~
# Other
*.iml
*.class
*.lock
!pubspec.lock
!package-lock.json