From 549cb56cdfd4d2ad06711f4afcc1a070a313c817 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 26 Mar 2025 16:54:05 -0400 Subject: [PATCH] feature/IO-3181-Test-Framework-Selection - Skeletons complete --- .gitignore | 9 +++++---- client/.gitignore | 16 ++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 4002717d7..bf7f3dac7 100644 --- a/.gitignore +++ b/.gitignore @@ -123,7 +123,8 @@ logs/oAuthClient-log.log .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) +vitest-report*/ +vitest-coverage/ +*.vitest.log +test-output.txt + diff --git a/client/.gitignore b/client/.gitignore index 91c59e628..0d780b332 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,14 +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) +vitest-report*/ +vitest-coverage/ +*.vitest.log +test-output.txt # 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 +playwright-report/ +test-results/ +playwright/.cache/ +*.playwright.log # Sentry Config File .sentryclirc