From e5c97b813a71a0748f27f8ced266dc990cae8321 Mon Sep 17 00:00:00 2001 From: Denise Li Date: Tue, 3 Sep 2024 17:38:27 -0400 Subject: [PATCH] gitignore --- frontend/.gitignore | 3 + frontend/console/playwright-report/index.html | 68 ------------------- 2 files changed, 3 insertions(+), 68 deletions(-) delete mode 100644 frontend/console/playwright-report/index.html diff --git a/frontend/.gitignore b/frontend/.gitignore index 8379000fd8..15a1e99fc3 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -7,6 +7,9 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* +playwright-report/ +test-results/ + package-lock.json node_modules dist diff --git a/frontend/console/playwright-report/index.html b/frontend/console/playwright-report/index.html deleted file mode 100644 index 0c14d0c721..0000000000 --- a/frontend/console/playwright-report/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file