From df6247d7a0ab8ea09cc37eb80c515103f0d87c80 Mon Sep 17 00:00:00 2001 From: Chloe Calvarin Date: Fri, 3 Aug 2018 14:52:03 -0400 Subject: [PATCH] Create .bazelrc See bazelbuild/bazel#5756 --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bazelrc diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 0000000..b0b6e98 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,3 @@ +# Import the old rc file. In the future, remove it and migrate its contents +# to this file. For now, we keep both for backwards compatibility. +import %workspace%/tools/bazel.rc