We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc39105 commit 1936d60Copy full SHA for 1936d60
Makefile
@@ -19,7 +19,7 @@ HUGO_BIN := $(TMPDIR)/hugo/hugo
19
PY_FILES := $(shell find . -type f -regex ".*\.py" -print)
20
SH_FILES := $(shell find hack/ -type f -regex ".*\.sh" -print)
21
YAML_FILES := $(shell find . -not -regex '^./vendor/.*' -type f -regex ".*y[a]ml" -print)
22
-MD_FILES := $(shell find . -type f -regex ".*md" -not -regex '^./vendor/.*' -not -regex '^./.vale/.*' -not -regex "^./docs/themes/.*" -not -regex "^./.git/.*" -print)
+MD_FILES := $(shell find . -type f -regex ".*md" -not -regex '^./vendor/.*' -not -regex '^./.vale/.*' -not -regex "^./docs/themes/.*" -not -regex "^./.git/.*" -not -regex "^.*/.venv/.*" -print)
23
24
25
ifeq ($(PAC_VERSION),)
0 commit comments