File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,21 @@ FIND_NOTES_DIR ?= $(ROOT_DIR)
4444# /
4545notes :
4646 $(QUIET ) $(FIND_NOTES ) $(FIND_NOTES_FLAGS ) $(KEYWORDS ) $(FIND_NOTES_DIR ) \
47- --exclude-dir " $( NODE_MODULES) /* " \
48- --exclude-dir " $( BUILD_DIR) /* " \
49- --exclude-dir " $( DIST_DIR) /* " \
50- --exclude-dir " $( REPORTS_DIR) /* " \
51- --exclude-dir " $( DEPS_TMP_DIR) /* " \
52- --exclude-dir " $( DEPS_BUILD_DIR) /* " \
53- --exclude-dir " $( DOCS_DIR) /**/$( NODE_MODULES_FOLDER) /* " \
54- --exclude " $( this_file ) " \
47+ --exclude-dir " $( NODE_MODULES) " \
48+ --exclude-dir " $( BUILD_DIR) " \
49+ --exclude-dir " $( DIST_DIR) " \
50+ --exclude-dir " $( REPORTS_DIR) " \
51+ --exclude-dir " $( DEPS_TMP_DIR) " \
52+ --exclude-dir " $( DEPS_BUILD_DIR) " \
53+ --exclude-dir " $( DOCS_DIR) /**/$( NODE_MODULES_FOLDER) " \
54+ --exclude-dir " $( TOOLS_DIR ) /snippets " \
5555 --exclude " $( ROOT_DIR) /.*" \
5656 --exclude " **/$( BUILD_FOLDER) /*" \
57+ --exclude " **/$( TMP_FOLDER) /*" \
58+ --exclude " **/$( DATA_FOLDER) /*" \
59+ --exclude " **/datasets/**/data.js" \
60+ --exclude " *.min.js" \
61+ --exclude " $( this_file) " \
5762 --exclude TODO.md
5863
5964.PHONY : notes
You can’t perform that action at this time.
0 commit comments