chore: add playwright-report to gitignore created by scaffolding (#10028)
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
583944f43e
commit
16b9ada8c0
|
|
@ -139,6 +139,7 @@ export class Generator {
|
||||||
if (!gitIgnore.includes('node_modules'))
|
if (!gitIgnore.includes('node_modules'))
|
||||||
gitIgnore += 'node_modules/\n';
|
gitIgnore += 'node_modules/\n';
|
||||||
gitIgnore += 'test-results/\n';
|
gitIgnore += 'test-results/\n';
|
||||||
|
gitIgnore += 'playwright-report/\n';
|
||||||
fs.writeFileSync(gitIgnorePath, gitIgnore);
|
fs.writeFileSync(gitIgnorePath, gitIgnore);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue