# Build context is the repo root for every app image, so this decides how much
# gets shipped to the daemon. Keep it tight.
**/node_modules
**/.next
**/dist
**/.turbo
**/.vercel
.git
.github
**/*.md

# Never bake host env into an image; Container Apps injects real values at
# runtime, and apps/platform/.env.production forces NEXT_STATIC_EXPORT=true.
**/.env
**/.env.*
!**/.env.example

# Go rewrite of apps/server, not deployed yet. It has no package.json so it is
# not a bun workspace member either — nothing in these images references it.
# When it does ship it needs its own Dockerfile and workflow, not this context.
apps/go-server

**/coverage
**/*.log
.vscode
.idea
.DS_Store
