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 c1a01697c8
commit 70fc0fd701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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