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:
parent
d533164893
commit
8a8a175835
1 changed files with 4 additions and 0 deletions
4
ui/.gitignore
vendored
4
ui/.gitignore
vendored
|
|
@ -41,3 +41,7 @@ __screenshots__/
|
||||||
# System files
|
# System files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Playwright test artifacts
|
||||||
|
/playwright-report/
|
||||||
|
/test-results/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue