From 45eb741d2c85327a96caccf2f1f491f6504405da Mon Sep 17 00:00:00 2001 From: Alex Trotta Date: Thu, 28 May 2026 12:10:49 -0400 Subject: [PATCH] Ignore MODULE.bazel.lock AFAICT other rulesets don't commit this either. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8d9f889..a77bada 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /bazel-* /external + +MODULE.bazel.lock