From c41ad53d5583c979b4bfec5be97e4afb098222bc Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 9 Jan 2026 15:33:14 -0800 Subject: [PATCH] fix: add .git to .bazelignore --- .bazelignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bazelignore diff --git a/.bazelignore b/.bazelignore new file mode 100644 index 0000000000..eda018aeb2 --- /dev/null +++ b/.bazelignore @@ -0,0 +1,3 @@ +# Without this, Bazel will consider BUILD.bazel files in +# .git/sl/origbackups (which can be populated by Sapling SCM). +.git