Skip to content

Commit ababbd5

Browse files
committed
Ignore node_modules folders in docs folder
1 parent e689d1e commit ababbd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/lib/notes/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ notes:
2828
--exclude-dir "$(REPORTS_DIR)/*" \
2929
--exclude-dir "$(DEPS_TMP_DIR)/*" \
3030
--exclude-dir "$(DEPS_BUILD_DIR)/*" \
31+
--exclude-dir "$(DOCS_DIR)/**/$(NODE_MODULES_FOLDER)/*" \
3132
--exclude "$(this_file)" \
3233
--exclude "$(ROOT_DIR)/.*" \
3334
--exclude "**/$(BUILD_FOLDER)/*" \

0 commit comments

Comments
 (0)