File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 50
50
# Note, all find statements should be written with `.` or `./path` as
51
51
# the search path so that these exclusions match.
52
52
FIND_EXCLUSIONS = \
53
- -not \( \( -path '*/.git/*' -o -path './build/*' -o -path './vendor/*' -o -path './.coderv2/*' -o -path '*/node_modules/*' -o -path '*/out/*' -o -path './coderd/apidoc/*' -o -path '*/.next/*' \) -prune \)
53
+ -not \( \( -path '*/.git/*' -o -path './build/*' -o -path './vendor/*' -o -path './.coderv2/*' -o -path '*/node_modules/*' -o -path '*/out/*' -o -path './coderd/apidoc/*' -o -path '*/.next/*' -o -path '*/.terraform/*' \) -prune \)
54
54
# Source files used for make targets, evaluated on use.
55
55
GO_SRC_FILES := $(shell find . $(FIND_EXCLUSIONS ) -type f -name '* .go' -not -name '* _test.go')
56
56
# All the shell files in the repo, excluding ignored files.
You can’t perform that action at this time.
0 commit comments