2021-12-18 17:29:01 -07:00
|
|
|
# If you prefer the allow list template instead of the deny list, see community template:
|
|
|
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
|
|
#
|
2017-03-15 06:30:00 -06:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
2018-11-03 16:06:09 -06:00
|
|
|
*.exe~
|
2017-03-15 06:30:00 -06:00
|
|
|
*.dll
|
2014-03-10 23:32:36 -06:00
|
|
|
*.so
|
2017-03-15 06:30:00 -06:00
|
|
|
*.dylib
|
2014-03-10 23:32:36 -06:00
|
|
|
|
2019-12-19 16:04:12 -07:00
|
|
|
# Test binary, built with `go test -c`
|
2017-03-15 06:30:00 -06:00
|
|
|
*.test
|
2014-03-10 23:32:36 -06:00
|
|
|
|
2017-03-15 06:30:00 -06:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2019-12-19 16:04:12 -07:00
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2021-12-04 17:25:15 -07:00
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|