47 lines
389 B
Plaintext
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
|