cert-manager/hack/build/.kazelcfg.json
Ashley Davis c97914a40c
Don't include new bindir when generating bazel files
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>
2022-06-21 16:34:31 +01:00

6 lines
112 B
JSON

{
"GoPrefix": "github.com/cert-manager/cert-manager",
"AddSourcesRules": true,
"SkippedPaths": ["_bin"]
}