We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore
1 parent 6782f04 commit 76452a0Copy full SHA for 76452a0
go.mod
@@ -2,6 +2,9 @@ module github.com/jesseduffield/lazygit
2
3
go 1.25.0
4
5
+// This is necessary to ignore test files when executing gofumpt.
6
+ignore ./test
7
+
8
require (
9
dario.cat/mergo v1.0.1
10
github.com/adrg/xdg v0.4.0
0 commit comments