We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2429339 commit 1b55a91Copy full SHA for 1b55a91
tools/make/lib/notes/Makefile
@@ -24,9 +24,10 @@ 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 "$(REPORTS_DIR)/*" \
28
--exclude "$(this_file)" \
29
--exclude "$(ROOT_DIR)/.*" \
- --exclude "$(REPORTS_DIR)/*" \
30
+ --exclude "**/$(BUILD_FOLDER)/*" \
31
--exclude TODO.md
32
33
.PHONY: notes
0 commit comments