2026-08-30 09:22:10 +02:00
|
|
|
# Applies only when this directory is itself the build context. The Dockerfile
|
|
|
|
|
# builds from the repository root (it copies the sibling Packages/), so today's
|
|
|
|
|
# builds read the root .dockerignore instead — keep the two in step.
|
|
|
|
|
|
2026-06-27 02:26:33 +00:00
|
|
|
.build
|
|
|
|
|
.swiftpm
|
|
|
|
|
.env.local
|
|
|
|
|
docker-compose.*
|
|
|
|
|
Makefile
|
2026-08-30 09:22:10 +02:00
|
|
|
README.md
|
|
|
|
|
|
|
|
|
|
# The double star matches at every depth; a bare pattern only covers the context root.
|
|
|
|
|
**/.DS_Store
|
|
|
|
|
|
|
|
|
|
# Local database data directory (bind-mounted by Compose)
|
|
|
|
|
Tests/DB
|