Files
sharedinbox/.daggerignore
T

21 lines
388 B
Plaintext
Raw Normal View History

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.
.git/
2026-05-17 07:15:12 +02:00
build/
.dart_tool/
2026-05-17 07:15:12 +02:00
.fvm/
.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/