2026-05-17 07:15:12 +02:00
|
|
|
# Dagger context ignore file.
|
|
|
|
|
# Since we use explicit inclusion in ci/main.go (Base function),
|
|
|
|
|
# we only need to ignore large or sensitive directories here to
|
|
|
|
|
# avoid unnecessary upload overhead to the Dagger engine.
|
|
|
|
|
|
2026-05-17 00:02:41 +02:00
|
|
|
.git/
|
2026-05-17 07:15:12 +02:00
|
|
|
build/
|
2026-05-17 00:02:41 +02:00
|
|
|
.dart_tool/
|
2026-05-17 07:15:12 +02:00
|
|
|
.fvm/
|
2026-05-17 00:02:41 +02:00
|
|
|
.pub-cache/
|
|
|
|
|
node_modules/
|
|
|
|
|
ios/Pods/
|
|
|
|
|
macos/Pods/
|
|
|
|
|
linux/flutter/ephemeral/
|
|
|
|
|
website/public/
|
|
|
|
|
website/resources/
|
2026-05-17 07:15:12 +02:00
|
|
|
|
|
|
|
|
# Sensitive files
|
|
|
|
|
.env*
|
|
|
|
|
.ssh/
|