mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4ff8f27bad
This works with ibazel but is not highly incremental
10 lines
165 B
Python
10 lines
165 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "content",
|
|
srcs = glob(
|
|
["**"],
|
|
exclude = ["BUILD.bazel"],
|
|
),
|
|
)
|