build: add agent bindata file to copywrite ignore list. (#17507)
This commit is contained in:
parent
c1a01697c8
commit
70fc0fd701
|
@ -6,5 +6,6 @@ schema_version = 1
|
||||||
project {
|
project {
|
||||||
header_ignore = [
|
header_ignore = [
|
||||||
"command/asset/*.hcl",
|
"command/asset/*.hcl",
|
||||||
|
"command/agent/bindata_assetfs.go",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue