mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Update excludes for toplevel glob
This commit is contained in:
parent
20d221f75c
commit
61fcf21d73
13
BUILD.bazel
13
BUILD.bazel
@ -16,8 +16,17 @@ gcs_upload(
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"], exclude=["bazel-*/**", ".git/**"]),
|
||||
tags = ["automanaged"],
|
||||
srcs = glob(
|
||||
["**"],
|
||||
exclude = [
|
||||
"bazel-*/**",
|
||||
"_*/**",
|
||||
".config/**",
|
||||
".git/**",
|
||||
".gsutil/**",
|
||||
".make/**",
|
||||
],
|
||||
),
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user