ecdb8c1716
- Remove composer.lock from .gitignore so it is tracked and included in the build context; without it composer install resolves fresh versions on every CI build, causing cache/vendor mismatches that produce the RewindableGenerator and LazyGhostTrait runtime errors in prod - Install the intl PHP extension in the base stage to remove the Symfony startup deprecation warning; icu-dev and libzip-dev are only kept for the compile step, then deleted to keep the layer lean Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
/.env.local
|
|
/.env.*.local
|
|
/vendor/
|
|
/var/
|
|
/public/bundles/
|
|
/.phpunit.cache
|