0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 08:30:56 +01:00
mongodb/.bazelignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
697 B
Plaintext
Raw Normal View History

# TODO(SERVER-81039): Remove once these can be compiled from the root directory.
src/third_party/grpc
src/third_party/abseil-cpp
src/third_party/protobuf
src/third_party/re2
src/third_party/tcmalloc
# Ignore node_modules due to the following error
# ERROR: in verify_node_modules_ignored:
# pnpm install will create nested node_modules, but not all of them are ignored by Bazel.
# We recommend that all node_modules folders in the source tree be ignored,
# to avoid Bazel printing confusing error messages.
#
# Either add line(s) to @//:.bazelignore:
#
# node_modules
#
# or disable this check by setting `verify_node_modules_ignored = None` in `npm_translate_lock(name = "npm")`
node_modules