From ffc904699a4345582d5619b77bdc1ce72b4824a2 Mon Sep 17 00:00:00 2001 From: "R. Yao" Date: Sat, 3 Feb 2024 21:21:57 -0800 Subject: [PATCH] Ignore MODULE.bazel.lock file --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ac51a054..3b9af50c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ bazel-* + +# MODULE.bazel.lock is a new feature in bazel and is not stable yet. +# Per https://github.com/bazelbuild/bazel/issues/20369, we ignore this file until +# MODULE.bazel.lock mechanism is stable and guarantee consistency across different +# development environments +MODULE.bazel.lock \ No newline at end of file