From c3614f7a3ef107afd2b8c95841b1be18947a0841 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Mon, 4 May 2026 17:48:44 +0530 Subject: [PATCH] chore: ignore Playwright runtime artifacts --- .gitignore | 9 ++++++++- surfsense_web/.dockerignore | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e6ed14e8..d26e57d84 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,11 @@ node_modules/ .DS_Store deepagents/ debug.log -opencode/ \ No newline at end of file +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/ diff --git a/surfsense_web/.dockerignore b/surfsense_web/.dockerignore index 7d48982c9..9a29ca7da 100644 --- a/surfsense_web/.dockerignore +++ b/surfsense_web/.dockerignore @@ -12,3 +12,11 @@ Dockerfile .dockerignore node_modules README.md + +# Playwright (never ship E2E tests to production runtime image) +tests +playwright.config.ts +playwright +playwright-report +test-results +blob-report