From 49f8043f30e75b6112d9a0daa59130e15f7a44fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= Date: Mon, 6 Oct 2025 15:31:44 -0300 Subject: [PATCH] Bug 40027: (follow-up) Add .github/ to Makefile.PL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Cohen Arazi --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 1a2d69914aa..757a8d85cd1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -395,6 +395,7 @@ my $target_map = { './pm_to_blib' => 'NONE', './blib' => 'NONE', '.git-blame-ignore-revs' => 'NONE', + './.github' => 'NONE', '.prettierrc.js' => 'NONE', '.sass-lint.yml' => 'NONE', '.scss-lint.yml' => 'NONE', -- 2.51.0