From fa2f1be91b003bc961f67af3d962d9d0dd7c0caa Mon Sep 17 00:00:00 2001 From: nolen777 Date: Sun, 30 Mar 2025 11:19:46 -0700 Subject: [PATCH] add .git to bazelignore (#4057) --- .bazelignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelignore b/.bazelignore index d03e793d1c..6dcab6c1d4 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1 +1,2 @@ .bazel_output_base +.git