Skip to content

Commit 446b96a

Browse files
RyanKim17920claude
andcommitted
chore: gitignore Playwright test screenshots
Add specific patterns for root-directory PNG files generated during E2E testing (step*.png, dialog*.png, regression*.png, etc.) and tests/test_peer_review.py. Uses path-prefixed patterns to avoid ignoring tracked PNGs in subdirectories (favicons, logos). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 776a783 commit 446b96a

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,18 @@ dist-ssr
241241
# Test output
242242
test-results/
243243
playwright-report/
244-
.playwright-mcp
244+
.playwright-mcp
245+
246+
# Test artifacts
247+
# Playwright test screenshots (root directory only)
248+
/step*.png
249+
/dialog*.png
250+
/login*.png
251+
/paper*.png
252+
/final*.png
253+
/regression*.png
254+
/reviewers*.png
255+
/contributors*.png
256+
257+
# Test files
258+
tests/test_peer_review.py

0 commit comments

Comments
 (0)