···11+# Binaries for programs and plugins
22+*.exe
33+*.exe~
44+*.dll
55+*.so
66+*.dylib
77+88+# Test binary, built with `go test -c`
99+*.test
1010+1111+# Output of the go coverage tool, specifically when used with LiteIDE
1212+*.out
1313+1414+# Dependency directories (remove the comment below to include it)
1515+# vendor/
1616+1717+# Go workspace file
1818+go.work*
1919+2020+testdata
2121+build
2222+test.toml
2323+config/
2424+2525+.git
2626+*.md
+1-9
.gitignore
···11-# Created by https://www.toptal.com/developers/gitignore/api/go
22-# Edit at https://www.toptal.com/developers/gitignore?templates=go
33-44-### Go ###
55-# If you prefer the allow list template instead of the deny list, see community template:
66-# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
77-#
81# Binaries for programs and plugins
92*.exe
103*.exe~
···2417# Go workspace file
2518go.work*
26192727-# End of https://www.toptal.com/developers/gitignore/api/go
2828-2920testdata
3021build
3122test.toml
2323+config/