ignore files

This commit is contained in:
u80864958
2025-04-02 16:23:15 +02:00
parent abe9c7d1fb
commit 15f7db8d3e
10 changed files with 299 additions and 130 deletions

13
go.mod
View File

@ -2,11 +2,16 @@ module git.schreifuchs.ch/schreifuchs/pat
go 1.23.4
require golang.design/x/clipboard v0.7.0
require (
github.com/denormal/go-gitignore v0.0.0-20180930084346-ae8ad1d07817
golang.design/x/clipboard v0.7.0
)
require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/exp/shiny v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/mobile v0.0.0-20250305212854-3a7bc9f8a4de // indirect
golang.org/x/sys v0.31.0 // indirect
)