diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore index 06d0fad5ff1..0c227d5625b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /build -/src/mongo/db/modules/* -!/src/mongo/db/modules/enterprise/ +/src/mongo/db/modules /.jsdbshell /.cache /.dbshell @@ -61,6 +60,7 @@ venv /src/third_party/*/*.lastbuildstate /buildscripts/libdeps/graph_visualizer_web_stack/build /buildscripts/libdeps/graph_visualizer_web_stack/node_modules +package-lock.json libdeps.graphml config.log settings.py @@ -234,16 +234,3 @@ default.profraw # generated by gen_all_feature_flag_list.py all_feature_flags.txt - -# node extra stuff (for someone installing eslint) -node_modules/ -package-lock.json - -# Bazel-related work -# (Note that each string does NOT terminate with a '/' so that gitignore works properly) -bazel-* -bazelisk -buildifier -.bazelrc.local -.bazel_info_for_ninja.txt -.ninja_last_command_line_targets.txt
\ No newline at end of file |
