Files
plainpages/.dockerignore
T
2026-08-05 19:52:09 +02:00

12 lines
294 B
Plaintext

.git
# Load-bearing: a stray copy would bake in at /app/node_modules and shadow /node_modules.
node_modules
npm-debug.log
*.log
.DS_Store
e2e-tests/artifacts
# Orchestration, not test code — keep them out of the runner image (COPY e2e-tests/ ./)
e2e-tests/Dockerfile
e2e-tests/compose.*.yml