chore: Add Playwright test artifacts to gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
snider 2025-12-31 14:40:21 +00:00
parent d533164893
commit 8a8a175835

4
ui/.gitignore vendored
View file

@ -41,3 +41,7 @@ __screenshots__/
# System files # System files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Playwright test artifacts
/playwright-report/
/test-results/