From 0d4812204f4d42f37604fb33b21412b1d8e9f8dc Mon Sep 17 00:00:00 2001 From: Marc Klose Date: Mon, 6 Apr 2026 02:09:35 +0300 Subject: [PATCH] chore: ignore playwright results and reports --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f1631b0..b0b58c9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ # testing /coverage +/playwright-report/ +/test-results/ # next.js /.next/