Files
Quote-Generator-Client/.dockerignore
ImBenji f1ce1c77a4
Some checks failed
Build Android App / build (push) Has been cancelled
add ad services and Docker configuration for web app
2026-01-02 15:21:27 +00:00

47 lines
389 B
Plaintext

# 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