2021-12-19 08:29:01 +08: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 20:30:00 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
2018-11-04 06:06:09 +08:00
|
|
|
*.exe~
|
2017-03-15 20:30:00 +08:00
|
|
|
*.dll
|
2014-03-11 13:32:36 +08:00
|
|
|
*.so
|
2017-03-15 20:30:00 +08:00
|
|
|
*.dylib
|
2014-03-11 13:32:36 +08:00
|
|
|
|
2019-12-20 07:04:12 +08:00
|
|
|
# Test binary, built with `go test -c`
|
2017-03-15 20:30:00 +08:00
|
|
|
*.test
|
2014-03-11 13:32:36 +08:00
|
|
|
|
2017-03-15 20:30:00 +08:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2019-12-20 07:04:12 +08:00
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2021-12-05 08:25:15 +08:00
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|