chore: ignore Playwright runtime artifacts

This commit is contained in:
Anish Sarkar 2026-05-04 17:48:44 +05:30
parent 6f8921ee65
commit c3614f7a3e
2 changed files with 16 additions and 1 deletions

7
.gitignore vendored
View file

@ -9,3 +9,10 @@ node_modules/
deepagents/ deepagents/
debug.log debug.log
opencode/ opencode/
.cursor/skills/playwright-testing
# Playwright (E2E test artifacts — never commit)
surfsense_web/playwright/.auth/
surfsense_web/playwright-report/
surfsense_web/test-results/
surfsense_web/blob-report/

View file

@ -12,3 +12,11 @@ Dockerfile
.dockerignore .dockerignore
node_modules node_modules
README.md README.md
# Playwright (never ship E2E tests to production runtime image)
tests
playwright.config.ts
playwright
playwright-report
test-results
blob-report