From 9f50a6e14afe9938ac953b773376c8c3d74276fc Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Fri, 20 Feb 2026 10:36:42 +0900 Subject: [PATCH] chore: ignore playwright report artifacts --- .gitignore | 2 + adminfront/playwright-report/index.html | 85 ------------------------- devfront/playwright-report/index.html | 85 ------------------------- 3 files changed, 2 insertions(+), 170 deletions(-) delete mode 100644 adminfront/playwright-report/index.html delete mode 100644 devfront/playwright-report/index.html diff --git a/.gitignore b/.gitignore index 727a0934..9c6d4a32 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ userfront/.env # Frontend test artifacts adminfront/test-results/ devfront/test-results/ +adminfront/playwright-report/ +devfront/playwright-report/ diff --git a/adminfront/playwright-report/index.html b/adminfront/playwright-report/index.html deleted file mode 100644 index 30b4139d..00000000 --- a/adminfront/playwright-report/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file diff --git a/devfront/playwright-report/index.html b/devfront/playwright-report/index.html deleted file mode 100644 index c98a4a9a..00000000 --- a/devfront/playwright-report/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file