chore(web): gitignore test-results/ (follow-up to 47ee228)

The companion commit 47ee228 untracked the .last-run.json file but
the .gitignore line was not actually committed (same staging hiccup
hit in the parallel chronomind/mindlyst/fastgap cleanup commits).
Landing 'test-results/' alongside the existing 'playwright-report/'
entry here.
This commit is contained in:
saravanakumardb1 2026-05-24 00:03:53 -07:00
parent 47ee228520
commit 1225463885

1
web/.gitignore vendored
View File

@ -5,3 +5,4 @@ coverage
.env.local .env.local
.env .env
playwright-report/ playwright-report/
test-results/