From 5f7fd91272c4a870de82ef8c42ef50166d7ad1e7 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 19 Nov 2024 14:41:07 +0100 Subject: [PATCH] feat: add /reports in gitignore --- test/cypress/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/.gitignore b/test/cypress/.gitignore index 3f91dd465..8d940320e 100644 --- a/test/cypress/.gitignore +++ b/test/cypress/.gitignore @@ -1,2 +1,2 @@ -videos/* -screenshots/* \ No newline at end of file +reports/* +screenshots/*