diff --git a/.gitignore b/.gitignore index 1d543a11..52c37dce 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ e2e/traces/ e2e/playwright-report/ e2e/test-results/ e2e/results.json +# Playwright also drops a test-results/ at the repo root when run from here. +test-results/ backend/data/** !backend/data/outputs/ !backend/data/outputs/*.json