From 6f377fa065b635d2dc7b3af95304e1840769d41e Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 29 Jul 2025 09:27:33 +0100 Subject: [PATCH] Bug 40539: Add cypress videos and screenshots to gitignore Amended-by: Jonathan Druart Move up, close to the other cypress entry Signed-off-by: Jonathan Druart --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1469a46ee14..6262c4f6248 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,8 @@ koha-tmpl/intranet-tmpl/prog/css/staff-global.css koha-tmpl/intranet-tmpl/prog/css/staff-global-rtl.css koha-tmpl/intranet-tmpl/prog/js/vue/dist/ t/cypress/plugins/dist/ +t/cypress/videos/ +t/cypress/screenshots/ how-to.pl koha-tmpl/intranet-tmpl/prog/en/modules/how-to.tt -- 2.34.1