From 22935d67372881d6f9465dc64116ab52e05baa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lohrer?= Date: Wed, 15 Apr 2026 17:53:33 +0200 Subject: [PATCH] spa(chore): test-results/ aus git und in .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Playwright schreibt Run-Artefakte in test-results/ — gehören nicht ins Repo. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/.gitignore | 1 + app/test-results/.last-run.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 app/test-results/.last-run.json diff --git a/app/.gitignore b/app/.gitignore index 9a1cf98..b4891e0 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -25,3 +25,4 @@ vite.config.ts.timestamp-* # npm package-lock.json *.log +test-results/ diff --git a/app/test-results/.last-run.json b/app/test-results/.last-run.json deleted file mode 100644 index cbcc1fb..0000000 --- a/app/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file