add ad services and Docker configuration for web app
Some checks failed
Build Android App / build (push) Has been cancelled

This commit is contained in:
ImBenji
2026-01-02 15:21:27 +00:00
parent 7a88585b6e
commit f1ce1c77a4
22 changed files with 608 additions and 19 deletions

46
.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Build outputs
build/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
# IDE
.idea/
.vscode/
*.iml
*.ipr
*.iws
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Docs
*.md
README.md
# Tests
test/
.test_coverage/
# Android/iOS (not needed for web)
android/
ios/
macos/
windows/
linux/
# Misc
*.log
*.swp
.env