Skip to content

Commit ed4cdb9

Browse files
committed
Ignore vendor deps dirs
1 parent d1d848a commit ed4cdb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/make/lib/notes/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ notes:
2525
--exclude-dir "$(NODE_MODULES)/*" \
2626
--exclude-dir "$(BUILD_DIR)/*" \
2727
--exclude-dir "$(REPORTS_DIR)/*" \
28+
--exclude-dir "$(DEPS_TMP_DIR)/*" \
29+
--exclude-dir "$(DEPS_BUILD_DIR)/*" \
2830
--exclude "$(this_file)" \
2931
--exclude "$(ROOT_DIR)/.*" \
3032
--exclude "**/$(BUILD_FOLDER)/*" \

0 commit comments

Comments
 (0)