22 lines
436 B
Plaintext
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/
|