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.
This commit is contained in:
Matt 2024-05-16 02:28:42 +10:00 committed by GitHub
parent 0d43695bd5
commit b459822483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/bazel-*
MODULE.bazel.lock