This commit is contained in:
nuno maduro
2026-04-27 10:30:08 +01:00
parent b46f051550
commit 48357c6f30
4 changed files with 311 additions and 0 deletions

View File

@ -283,6 +283,11 @@ final readonly class ChangedFiles
'.phpunit.result.cache',
'vendor/',
'node_modules/',
// Laravel regenerates these from manifest state
// (package.json, service providers) at boot — they're
// fully derived, not authored. Treating them as
// "changes" just flaps the diff noisily.
'bootstrap/cache/',
];
foreach ($prefixes as $prefix) {