Commit 61fcf21d authored by Jeff Grafton's avatar Jeff Grafton

Update excludes for toplevel glob

parent 20d221f7
...@@ -16,8 +16,17 @@ gcs_upload( ...@@ -16,8 +16,17 @@ gcs_upload(
filegroup( filegroup(
name = "package-srcs", name = "package-srcs",
srcs = glob(["**"], exclude=["bazel-*/**", ".git/**"]), srcs = glob(
tags = ["automanaged"], ["**"],
exclude = [
"bazel-*/**",
"_*/**",
".config/**",
".git/**",
".gsutil/**",
".make/**",
],
),
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment