Files
mongo/.bazelignore
Daniel Moody e6a4d5e471 SERVER-114938 clean up auto header dirs (#44863)
GitOrigin-RevId: bcd5d6ce137d8429fd04728d13563a5c7996a51a
2025-12-12 16:04:23 +00:00

32 lines
985 B
Plaintext

# TODO(SERVER-81039): Remove once these can be compiled from the root directory.
src/third_party/grpc/dist
src/third_party/abseil-cpp/dist
src/third_party/protobuf/dist
src/third_party/re2/dist
src/third_party/tcmalloc/dist
src/third_party/wiredtiger/dist
bazel/auto_header/.auto_header
src/mongo/db/modules/atlas/.auto_header
src/mongo/db/modules/enterprise/.auto_header
.git
# 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
src/mongo/db/modules/jstestfuzz/node_modules
# These can cause issues in rules_lint
python3-venv
venv
.ijwb