We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d848a commit ed4cdb9Copy full SHA for ed4cdb9
1 file changed
tools/make/lib/notes/Makefile
@@ -25,6 +25,8 @@ notes:
25
--exclude-dir "$(NODE_MODULES)/*" \
26
--exclude-dir "$(BUILD_DIR)/*" \
27
--exclude-dir "$(REPORTS_DIR)/*" \
28
+ --exclude-dir "$(DEPS_TMP_DIR)/*" \
29
+ --exclude-dir "$(DEPS_BUILD_DIR)/*" \
30
--exclude "$(this_file)" \
31
--exclude "$(ROOT_DIR)/.*" \
32
--exclude "**/$(BUILD_FOLDER)/*" \
0 commit comments