From eb241f74eb0371eaa9a39a54768f7f9f12e5127e Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Mon, 12 May 2025 18:17:16 -0400 Subject: [PATCH] Add catalog metadata (META.d) --- .copywrite.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index 8bbb750..60b3623 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -5,6 +5,9 @@ project { copyright_year = 2020 header_ignore = [ + # internal catalog metadata (prose) + "META.d/**/*.yaml", + # changie tooling configuration and CHANGELOG entries (prose) ".changes/unreleased/*.yaml", ".changie.yaml",