Skip to content

Commit

Permalink
*: remove bazel config (#35441)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 18, 2022
1 parent 14f9b04 commit 900870b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,3 @@ xcode_version(
name = "xcode_version",
version = "10.0",
)

filegroup(
name = "package-srcs",
srcs = glob(
["**"],
exclude = [
"bazel-*/**",
".git/**",
".idea/**",
],
),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)

0 comments on commit 900870b

Please sign in to comment.