diff --git a/Makefile b/Makefile index 70398b20f4..47b5347b17 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # All documents to be used in spell check. -ALL_DOCS := $(shell find . -type f -name '*.md' -not -path './.github/*' -not -path './node_modules/*' | sort) +ALL_DOCS := $(shell find . -type f -name '*.md' -not -path './.github/*' -not -path '*/node_modules/*' -not -path '*/_build/*' -not -path '*/deps/*' | sort) PWD := $(shell pwd) TOOLS_DIR := ./internal/tools