commit | b459822483e05da514b539578f81eeb8a705d600 | [log] [tgz] |
---|---|---|
author | Matt <mattstark75@gmail.com> | Thu May 16 02:28:42 2024 +1000 |
committer | GitHub <noreply@github.com> | Wed May 15 12:28:42 2024 -0400 |
tree | 63f42187cd41556a36f4cea7bf92f1595d3ea690 | |
parent | 0d43695bd5026a6dc1433ba455f29551311ebe60 [diff] |
Add MODULE.bazel.lock to gitignore. (#509) I would add --lockfile_mode=off to .bazelrc, but this should support older versions of bazel before the lockfile_mode flag was released.
diff --git a/.gitignore b/.gitignore index a6ef824..a2e7adc 100644 --- a/.gitignore +++ b/.gitignore
@@ -1 +1,2 @@ /bazel-* +MODULE.bazel.lock \ No newline at end of file