# Ignore everything by default
*

# Allow only what the Dockerfile needs
!package.json
!pnpm-lock.yaml
!pnpm-workspace.yaml
!turbo.json
!.npmrc
!apps/web/
!packages/

# Re-exclude build artifacts that snuck in
apps/web/.next
apps/web/node_modules
packages/*/node_modules
packages/*/dist
