From dfd83bc038c46aa9580315f7160785e3ffc72992 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 --- .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.40.1