We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a748e41 + 36c8049 commit 70ef789Copy full SHA for 70ef789
kube_codegen.sh
@@ -33,7 +33,7 @@ function kube::codegen::internal::git_find() {
33
function kube::codegen::internal::git_grep() {
34
# We want to include modified and untracked files because this might be
35
# running against code which is not tracked by git yet.
36
- git grep --untracked "$@"
+ git grep --untracked "$@" ":(exclude)vendor/"
37
}
38
39
# Generate tagged helper code: conversions, deepcopy, and defaults
0 commit comments