Skip to content

Commit e23e38e

Browse files
committed
Add playwright-report/ and test-results/ to .gitignore
These directories are generated by Playwright and should not be tracked. https://claude.ai/code/session_01TAh7bmhCF5NV4Tn8CHuY34
1 parent 841fe31 commit e23e38e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ venv/
1818
.env
1919

2020
# nginx config
21-
lobby.local.conf
21+
lobby.local.conf
22+
23+
# Playwright
24+
playwright-report/
25+
test-results/

0 commit comments

Comments
 (0)