Files
mozimo.in/.dockerignore
T
tanshu e0eb577e3e Google analytics integration.
Sentry.io integration.
Vince integration.
Region-scoped consent (denied-by-default in EU/EEA/UK/CH, granted elsewhere, DPDP-friendly notice)
2026-09-06 16:03:13 +00:00

33 lines
423 B
Plaintext

# dependencies — installed inside the image
node_modules
# build output — produced by the builder stage
dist
# version control & editor
.git
.gitignore
.vscode
.idea
# docker artifacts
Dockerfile
.dockerignore
# environment & local config
.env
.env.*
*.local
# caches & logs
.eslintcache
*.log
tmp
# repo tooling not needed inside the image
scripts/*
!scripts/pb-seed.mjs
!scripts/generate-sitemap.mjs
/.pb/
*.md