mirror of https://github.com/mongodb/mongo
SERVER-113542 track bazel module files again (#43652)
GitOrigin-RevId: 7301fe7a247d6abded32da716fe4e7bb1bab3ce3
This commit is contained in:
parent
114c572b85
commit
3edba97bfb
|
|
@ -310,8 +310,8 @@ src/mongo/db/modules/enterprise/autogenerated_targets/BUILD.bazel
|
|||
.bazel_header_list_cache
|
||||
.bazel_real
|
||||
.mongo_checks_module_path
|
||||
MODULE.bazel
|
||||
MODULE.bazel.lock
|
||||
**/MODULE.bazel.lock
|
||||
!/MODULE.bazel.lock
|
||||
.auto_header
|
||||
|
||||
# generated configs for external fixture suites
|
||||
|
|
|
|||
|
|
@ -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
|
||||
###############################################################################
|
||||
Loading…
Reference in New Issue