diff --git a/Makefile b/Makefile index 7410784..c68bf49 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ start-dev: go run main.go -http 127.0.0.1:8000 -dev misspell: - find . -name '*.go' -not -path './vendor/*' | xargs misspell -error + find . -name '*.go' -not -path './vendor/*' -not -path './_repos/*' | xargs misspell -error