fix(container): exclude generated files from pruned build

This commit is contained in:
vince 2026-06-20 07:12:46 +02:00
parent 3e46a2c0cc
commit 74e70cf714
3 changed files with 35 additions and 1 deletions

View file

@ -11,3 +11,12 @@ storybook-static
test-results
.env
.env.*
apps/*/.turbo
apps/*/build
apps/*/data
apps/*/dist
apps/*/playwright-report
apps/*/test-results
packages/*/.turbo
packages/*/dist
packages/*/storybook-static