14 lines
291 B
Plaintext
14 lines
291 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
|
|
|
|
.env.*
|
|
|
|
# Dart/Flutter generated files with absolute host paths — must not be committed
|
|
.dart_tool/
|
|
*/.dart_tool/
|