Skip to content

Commit

Permalink
Add MODULE.bzl to .gitignore.
Browse files Browse the repository at this point in the history
Bazel now uses Bzlmod by default to manage external dependencies and
generates this file.

For more details, please check bazelbuild/bazel#18958

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Signed-off-by: Tim Ansell <[email protected]>
  • Loading branch information
mithro committed Dec 22, 2023
1 parent 5cb8ed6 commit 3cae5f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bazel-*/
bazel-*
MODULE.bazel
MODULE.bazel.lock

0 comments on commit 3cae5f5

Please sign in to comment.