Files
recipe-app/.gitignore
T
Nils-Johan Gynther d645d3ad9d
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / flutter-quality (push) Has been cancelled
feat: add Flutter quality checks and tests for category chips in inventory and pantry screens
2026-05-12 16:13:10 +02:00

22 lines
436 B
Plaintext

# Ignorera node_modules
node_modules/
**/node_modules/
*.lock
# package-lock.json spåras för reproducerbara Docker-builds (npm ci)
!package-lock.json
!**/package-lock.json
# Environment files
.env
.env.*
!.env.example
# Compiled backend artifacts (built in Docker)
backend/dist/
backend/tsconfig.tsbuildinfo
# Dart/Flutter generated files with absolute host paths — must not be committed
.dart_tool/
*/.dart_tool/
flutter/build/