The web/.gitignore already excluded playwright-report/ but not the test-results/ companion directory \u2014 so each 'npx playwright test' run produced a one-line diff to web/test-results/.last-run.json (timestamps + retry counts). Changes (single atomic commit): + web/.gitignore: add 'test-results/' line + git rm --cached web/test-results/.last-run.json (keep on disk) Verification: 'npx playwright test' \u2192 'git status' is clean. |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| scripts | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| playwright.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||