Files
mozimo.in/.dockerignore
T
tanshu 328a1a23e0 Agent skills
Prettier
eslint
shopify
2026-09-06 06:38:04 +00:00

32 lines
393 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
/.pb/
*.md