We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec74f0b commit 9c1421bCopy full SHA for 9c1421b
tools/make/lib/notes/Makefile
@@ -24,6 +24,7 @@ notes:
24
$(QUIET) $(FIND_NOTES) $(FIND_NOTES_FLAGS) $(KEYWORDS) $(FIND_NOTES_DIR) \
25
--exclude-dir "$(NODE_MODULES)/*" \
26
--exclude-dir "$(BUILD_DIR)/*" \
27
+ --exclude-dir "$(DIST_DIR)/*" \
28
--exclude-dir "$(REPORTS_DIR)/*" \
29
--exclude-dir "$(DEPS_TMP_DIR)/*" \
30
--exclude-dir "$(DEPS_BUILD_DIR)/*" \
0 commit comments