Skip to content

Commit

Permalink
Merge pull request #135 from EricRahm/add_module_dot_bazel
Browse files Browse the repository at this point in the history
Add a default MODULE.bazel
  • Loading branch information
robrussell authored Apr 19, 2024
2 parents 5f7b4fc + 10e3e5b commit f94cbfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Bazel
bazel-*
MODULE.bazel.lock

# Python
__pycache__
.venv

# IDEs
.vscode

6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################

0 comments on commit f94cbfb

Please sign in to comment.