From 43cdbb9a4e9e781b91f85ee77db5480c79bb1190 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 25 Jul 2025 14:47:03 +0100 Subject: [PATCH] Bug 40493: Add cypress API bundle to the gitignore Amended-by: Jonathan Druart Moved right after the other dist entry Signed-off-by: Jonathan Druart --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a316adf1e55..1469a46ee14 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ koha-tmpl/intranet-tmpl/prog/css/mainpage-rtl.css 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/ how-to.pl koha-tmpl/intranet-tmpl/prog/en/modules/how-to.tt -- 2.34.1