From 747d711a363312b1ee93356b51a7eb44ed3ba524 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 13 Sep 2024 11:37:55 +0200 Subject: [PATCH] Add `MODULE.bazel.lock` to `.gitignore` New versions of Bazel create this file whether we use bzlmod or not. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f918154b..c4ee9c80 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ out/ # Bazel artifacts **/bazel-* +MODULE.bazel.lock # Per-user bazelrc files user.bazelrc