Skip to content

Commit 30fab5e

Browse files
committed
chore: add support for ignore in go.mod
1 parent c4455c2 commit 30fab5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

go.mod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,10 @@ tool (
185185
github.com/katbyte/terrafmt
186186
gotest.tools/gotestsum
187187
)
188+
189+
ignore (
190+
./docs
191+
./examples
192+
./scripts
193+
./templates
194+
)

0 commit comments

Comments
 (0)