From 9a372ef384e878292be17e79f45ee63196fc0f7f Mon Sep 17 00:00:00 2001 From: Ivymaster Date: Thu, 9 Jul 2026 15:10:47 +0200 Subject: [PATCH] add cypress test .gitignore update --- tests/cypress/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cypress/.gitignore b/tests/cypress/.gitignore index a685d5fcd..edbcaef49 100644 --- a/tests/cypress/.gitignore +++ b/tests/cypress/.gitignore @@ -3,4 +3,5 @@ node_modules .env.* !.env.example /cypress/screenshots -/cypress/videos \ No newline at end of file +/cypress/videos +/results \ No newline at end of file