From 2714f24b76d61fc82ab81ee4e71cce3695b9899c 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a316adf1e55..4674f315ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ how-to.pl koha-tmpl/intranet-tmpl/prog/en/modules/how-to.tt misc/translator/po + +t/cypress/plugins/dist/ -- 2.48.1