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:
parent
47ee228520
commit
1225463885
1
web/.gitignore
vendored
1
web/.gitignore
vendored
@ -5,3 +5,4 @@ coverage
|
|||||||
.env.local
|
.env.local
|
||||||
.env
|
.env
|
||||||
playwright-report/
|
playwright-report/
|
||||||
|
test-results/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user