2023-09-13 20:06:53 +00:00
|
|
|
# TODO(SERVER-81039): Remove once these can be compiled from the root directory.
|
2024-02-29 23:05:46 -06:00
|
|
|
src/third_party/grpc/dist
|
|
|
|
|
src/third_party/abseil-cpp/dist
|
2026-02-23 12:41:07 -05:00
|
|
|
src/third_party/prometheus-cpp
|
2024-02-29 23:05:46 -06:00
|
|
|
src/third_party/protobuf/dist
|
|
|
|
|
src/third_party/re2/dist
|
|
|
|
|
src/third_party/tcmalloc/dist
|
2024-07-10 12:31:44 -05:00
|
|
|
src/third_party/wiredtiger/dist
|
2026-02-06 14:16:06 -05:00
|
|
|
src/third_party/fuzztest/dist
|
2024-02-05 10:11:10 -08:00
|
|
|
|
|
|
|
|
# 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
|
2024-05-02 18:13:14 -07:00
|
|
|
src/mongo/db/modules/jstestfuzz/node_modules
|
2025-03-17 22:10:13 -04:00
|
|
|
|
2025-07-09 11:17:09 -07:00
|
|
|
# These can cause issues in rules_lint
|
|
|
|
|
python3-venv
|
|
|
|
|
venv
|
|
|
|
|
|
2025-03-17 22:10:13 -04:00
|
|
|
.ijwb
|
2025-12-08 12:01:52 -08:00
|
|
|
.git
|
2026-02-19 23:57:40 +00:00
|
|
|
|
|
|
|
|
# This is not run by bazel at the moment
|
|
|
|
|
monguard
|