chore(docker): add .dockerignore to exclude dev artifacts from build context #58

Merged
claudiomaradonna merged 1 commit from chore/add-dockerignore into master 2026-05-26 23:56:46 +02:00
Collaborator

Prevents generated output (_site/, .jekyll-cache/, src/tag/,
src/assets/main.js*, src/assets/matomo.js), the .git directory,
devcontainer config, and developer docs (README.md, CLAUDE.md)
from being sent to the Docker daemon as build context.

Reduces context transfer size and eliminates the risk of stale
locally-built artefacts shadowing the clean in-container build.

Prevents generated output (_site/, .jekyll-cache/, src/tag/, src/assets/main.js*, src/assets/matomo.js), the .git directory, devcontainer config, and developer docs (README.md, CLAUDE.md) from being sent to the Docker daemon as build context. Reduces context transfer size and eliminates the risk of stale locally-built artefacts shadowing the clean in-container build.
Prevents generated output (_site/, .jekyll-cache/, src/tag/,
src/assets/main.js*, src/assets/matomo.js), the .git directory,
devcontainer config, and developer docs (README.md, CLAUDE.md)
from being sent to the Docker daemon as build context.

Reduces context transfer size and eliminates the risk of stale
locally-built artefacts shadowing the clean in-container build.
claudiomaradonna deleted branch chore/add-dockerignore 2026-05-26 23:56:50 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
unitoo/website!58
No description provided.