We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e689d1e commit ababbd5Copy full SHA for ababbd5
tools/make/lib/notes/Makefile
@@ -28,6 +28,7 @@ notes:
28
--exclude-dir "$(REPORTS_DIR)/*" \
29
--exclude-dir "$(DEPS_TMP_DIR)/*" \
30
--exclude-dir "$(DEPS_BUILD_DIR)/*" \
31
+ --exclude-dir "$(DOCS_DIR)/**/$(NODE_MODULES_FOLDER)/*" \
32
--exclude "$(this_file)" \
33
--exclude "$(ROOT_DIR)/.*" \
34
--exclude "**/$(BUILD_FOLDER)/*" \
0 commit comments