Configure copywrite to ignore protobuf output

This commit is contained in:
Alisdair McDiarmid 2023-04-26 16:38:53 -04:00
parent 3bb6a5896b
commit 4d6a523859

View File

@ -10,5 +10,6 @@ project {
header_ignore = [
"**/*.tf",
"**/testdata/**",
"**/*.pb.go",
]
}