···11+# Created by https://gitignore.org
22+# Go.gitignore
33+44+# If you prefer the allow list template instead of the deny list, see community template:
55+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
66+#
77+# Binaries for programs and plugins
88+wallpaper-gallery
99+*.exe
1010+*.exe~
1111+*.dll
1212+*.so
1313+*.dylib
1414+1515+# Test binary, built with `go test -c`
1616+*.test
1717+1818+# Code coverage profiles and other test artifacts
1919+*.out
2020+coverage.*
2121+*.coverprofile
2222+profile.cov
2323+2424+# Dependency directories (remove the comment below to include it)
2525+# vendor/
2626+2727+# Go workspace file
2828+go.work
2929+go.work.sum
3030+3131+# env file
3232+.env