From 5c81f385ae1eb3f35eebb102c35b411d8fadbadb Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 10 May 2023 12:03:09 +0200 Subject: [PATCH] Bug 33710: Ignore how-to related files Related to https://gitlab.com/koha-community/koha-testing-docker/-/issues/378 If we merge it we will want to hide how-to.pl and how-to.ptt Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a2da8744efa0a9306dc44c4b8c7e9aed5c6209ef) Signed-off-by: Matt Blenkinsop --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ef25763f50..bced881ece 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ koha-tmpl/intranet-tmpl/prog/css/staff-global.css koha-tmpl/intranet-tmpl/prog/js/vue/dist/ +how-to.pl +koha-tmpl/intranet-tmpl/prog/en/modules/how-to.tt -- 2.39.2