From 4e9d4ab557d035dc499aa9d68a11667c9fcf8b5c Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 30 Oct 2023 20:50:03 +0100 Subject: [PATCH] .pmtignore: Ignore HISTORY.md --- moduleroot/.pmtignore.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/moduleroot/.pmtignore.erb b/moduleroot/.pmtignore.erb index 71feddc9..ed537788 100644 --- a/moduleroot/.pmtignore.erb +++ b/moduleroot/.pmtignore.erb @@ -35,6 +35,7 @@ /.yardoc/ /.yardopts /Dockerfile +/HISTORY.md <% if ! @configs['paths'].nil? -%> <% @configs['paths'].each do |path| -%> <%= path %>