chore: stop tracking generated runtime artifacts
Memind CI / Test, build, and release guards (push) Failing after 9m20s
Memind CI / Test, build, and release guards (push) Failing after 9m20s
This commit is contained in:
@@ -113,8 +113,7 @@ export function filterGeneratedWorktreeStatus(status) {
|
||||
.filter((line) => {
|
||||
if (!line) return false;
|
||||
const path = line.slice(3).replace(/^"|"$/g, '');
|
||||
return !path.startsWith('.release-gate/')
|
||||
&& !path.startsWith('.runtime/portal/public/plaza-covers/');
|
||||
return !path.startsWith('.release-gate/');
|
||||
})
|
||||
.join('\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user