spa(chore): test-results/ aus git und in .gitignore

Playwright schreibt Run-Artefakte in test-results/ — gehören nicht
ins Repo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jörg Lohrer 2026-04-15 17:53:33 +02:00
parent 3b0f059cea
commit 22935d6737
2 changed files with 1 additions and 4 deletions

1
app/.gitignore vendored
View File

@ -25,3 +25,4 @@ vite.config.ts.timestamp-*
# npm # npm
package-lock.json package-lock.json
*.log *.log
test-results/

View File

@ -1,4 +0,0 @@
{
"status": "passed",
"failedTests": []
}