16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
# Vitest
|
|
vitest-report*/ # Test report directories (e.g., vitest-report-html)
|
|
vitest-coverage/ # Coverage reports
|
|
*.vitest.log # Vitest log files
|
|
test-output.txt # Custom test output files (if used)
|
|
|
|
# Playwright
|
|
playwright-report/ # Playwright test reports
|
|
test-results/ # Playwright test results (screenshots, videos, etc.)
|
|
playwright/.cache/ # Playwright cache for browser binaries
|
|
*.playwright.log # Playwright log files
|
|
|
|
# Sentry Config File
|
|
.sentryclirc
|
|
/dev-dist
|