mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
Add Playwright test artifacts to .gitignore
Playwright generates test-results/ and playwright-report/ directories when running e2e tests. These should not be committed to the repository. Added to frontend/.gitignore: - /test-results/ - /playwright-report/ - /playwright/.cache/ https://claude.ai/code/session_01T57NPQfoRb2fS7ihdWkTxq
This commit is contained in:
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
@@ -12,6 +12,9 @@
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
|
||||
Reference in New Issue
Block a user