Skip to content

Commit 76452a0

Browse files
kyu08stefanhaller
authored andcommitted
Add ignore directive in go.mod
This can be used by go tools such as gofumpt.
1 parent 6782f04 commit 76452a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ module github.com/jesseduffield/lazygit
22

33
go 1.25.0
44

5+
// This is necessary to ignore test files when executing gofumpt.
6+
ignore ./test
7+
58
require (
69
dario.cat/mergo v1.0.1
710
github.com/adrg/xdg v0.4.0

0 commit comments

Comments
 (0)