This could pick up files from vendored go and include them in bazel We can't (easily) ignore "bin" also since we have other dirs called "bin" which we don't want to ignore. Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"GoPrefix": "github.com/cert-manager/cert-manager",
|
|
"AddSourcesRules": true,
|
|
"SkippedPaths": ["_bin"]
|
|
}
|