2023-03-06 17:59:21 +00:00
|
|
|
# ---> Go
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
2023-03-08 16:13:17 +00:00
|
|
|
mock_*_test.go
|
2023-03-08 16:57:41 +00:00
|
|
|
*.mock.go
|
2023-03-06 17:59:21 +00:00
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2023-03-08 15:13:49 +00:00
|
|
|
out/
|
2023-03-06 17:59:21 +00:00
|
|
|
|
2023-03-08 08:05:13 +00:00
|
|
|
.idea/
|