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