build: add agent bindata file to copywrite ignore list. (#17507)

This commit is contained in:
James Rasell
2023-06-14 12:13:59 +02:00
committed by GitHub
parent 0aeeaf1083
commit b30f76e7d7

View File

@@ -6,5 +6,6 @@ schema_version = 1
project {
header_ignore = [
"command/asset/*.hcl",
"command/agent/bindata_assetfs.go",
]
}