19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
# Vitest
|
|
vitest-report*/
|
|
vitest-coverage/
|
|
*.vitest.log
|
|
test-output.txt
|
|
|
|
# Playwright
|
|
playwright-report/
|
|
test-results/
|
|
playwright/.cache/
|
|
*.playwright.log
|
|
|
|
# Sentry Config File
|
|
.sentryclirc
|
|
/dev-dist
|
|
|
|
# Local environment overrides (not version controlled)
|
|
.env.development.local.overrides
|