make changie dirs excempt from copyright headers

This commit is contained in:
Daniel Schmidt 2025-02-13 12:52:06 +01:00
parent 8b1c7f6fe8
commit 742ca78f0a

View file

@ -13,8 +13,7 @@ project {
"**/*.pb.go",
"**/*_string.go",
"**/mock*.go",
".changes/unreleased/**",
".changes/backported/**",
".changes/**",
# these directories have their own copywrite config
"docs/plugin-protocol/**",
"internal/tfplugin*/**"