mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
chore: ignore Playwright runtime artifacts
This commit is contained in:
parent
6f8921ee65
commit
c3614f7a3e
2 changed files with 16 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -8,4 +8,11 @@ node_modules/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
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/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue