fix(container): exclude generated files from pruned build
This commit is contained in:
parent
3e46a2c0cc
commit
74e70cf714
3 changed files with 35 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue