Project updates from Template (#1)
This PR contains the latest updates from the generic Website template, which have been added while working on #loud-amsterdam. Reviewed-on: #1 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
# 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.
|
||||
|
||||
.build
|
||||
.swiftpm
|
||||
.DS_Store
|
||||
.env.local
|
||||
docker-compose.*
|
||||
Makefile
|
||||
README.md
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user