From c127fd829dbf0c4dec5c3525907f22f73bf2aaf6 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 22 Sep 2025 21:30:18 +0200 Subject: [PATCH] Ignore local Playwright tests directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cee716c..440e9f1 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,8 @@ coverage/ # Backup and test directories backups/ test-archiver/ +tests/ +test-assets/ # Keep directory structure !storage/events/active/.gitkeep