From 67b6da7c31881d1494b712f1140173ade3701e0f Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 26 Mar 2025 16:51:53 -0400 Subject: [PATCH] feature/IO-3181-Test-Framework-Selection - Skeletons complete --- .gitignore | 6 ++++++ client/.gitignore | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index fc12776ac..4002717d7 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,9 @@ logs/oAuthClient-log.log /*.env.* .idea/* .idea + +# Vitest +vitest-report*/ # Test report directories (e.g., vitest-report-html) +vitest-coverage/ # Coverage reports +*.vitest.log # Vitest log files +test-output.txt # Custom test output files (if used) diff --git a/client/.gitignore b/client/.gitignore index 730a6b93c..91c59e628 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,3 +1,14 @@ +# Vitest +vitest-report*/ # Test report directories (e.g., vitest-report-html) +vitest-coverage/ # Coverage reports +*.vitest.log # Vitest log files +test-output.txt # Custom test output files (if used) + +# Playwright +playwright-report/ # Playwright test reports +test-results/ # Playwright test results (screenshots, videos, etc.) +playwright/.cache/ # Playwright cache for browser binaries +*.playwright.log # Playwright log files # Sentry Config File .sentryclirc