From a235f3fcc9c596864808c021d5cf4ff7b2ee7533 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 16 Jan 2025 17:59:18 +0100 Subject: [PATCH] add backported changie entries to ignore list for copywrite letter --- .copywrite.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index b369a36093..5b33c69c4c 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -14,6 +14,7 @@ project { "**/*_string.go", "**/mock*.go", ".changes/unreleased/**", + ".changes/backported/**", # these directories have their own copywrite config "docs/plugin-protocol/**", "internal/tfplugin*/**"