Refactor the CI pipeline to use WithServiceBinding for the Stalwart mail server, replacing legacy shell scripts and manual port management. Introduces pre-seeded data for the Stalwart service to avoid network hits and improves headless UI testing with Xvfb.
51 lines
587 B
Plaintext
51 lines
587 B
Plaintext
# Dagger context ignore file.
|
|
|
|
# Version control
|
|
.git/
|
|
.gitmodules
|
|
|
|
# Build artifacts and tools
|
|
build/
|
|
.dart_tool/
|
|
.fvm/
|
|
.pub-cache/
|
|
.dart-cli-completion/
|
|
.dartServer/
|
|
.direnv/
|
|
.dotnet/
|
|
.rustup/
|
|
.task/
|
|
.vscode/
|
|
.vscode-server/
|
|
coverage/
|
|
node_modules/
|
|
ios/Pods/
|
|
macos/Pods/
|
|
linux/flutter/ephemeral/
|
|
website/public/
|
|
website/resources/
|
|
|
|
# Sensitive or system files
|
|
.env*
|
|
.ssh/
|
|
.local/
|
|
.cache/
|
|
.config/
|
|
.atuin/
|
|
.gemini/
|
|
.bash*
|
|
.profile
|
|
.zsh*
|
|
.zcompdump
|
|
.tmux.conf
|
|
.lesshst
|
|
.metadata
|
|
.emulator_console_auth_token
|
|
snap/
|
|
.gitconfig
|
|
.flutter-plugins-dependencies
|
|
.flutter
|
|
.forgejo
|
|
.fvmrc
|
|
.envrc
|