chore: update .gitignore and add .dockerignore for Dart/Flutter generated files

This commit is contained in:
Nils-Johan Gynther
2026-04-23 21:22:32 +02:00
parent d78f9b7f4f
commit 2341d05566
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -5,3 +5,7 @@ node_modules/
package-lock.json
.env.*
# Dart/Flutter generated files with absolute host paths — must not be committed
.dart_tool/
*/.dart_tool/
+12
View File
@@ -0,0 +1,12 @@
# Generated by flutter pub get — contains absolute host paths
.dart_tool/
# Build output
build/
# IDE
.idea/
.vscode/
# Dart analysis cache
.dart_tool/dart_stagehand_template/