2021-12-13 22:08:41 +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-01-30 22:42:26 +08:00
|
|
|
# Binaries for programs and plugins
|
2010-11-09 17:47:28 +08:00
|
|
|
*.exe
|
2018-01-02 03:57:36 +08:00
|
|
|
*.exe~
|
2017-01-30 22:42:26 +08:00
|
|
|
*.dll
|
|
|
|
*.so
|
2017-01-30 22:48:28 +08:00
|
|
|
*.dylib
|
2017-01-30 22:09:30 +08:00
|
|
|
|
2018-11-29 20:58:06 +08:00
|
|
|
# Test binary, built with `go test -c`
|
2013-07-19 23:44:46 +08:00
|
|
|
*.test
|
2015-03-01 17:13:43 +08:00
|
|
|
|
2025-01-12 11:04:53 +08:00
|
|
|
# Code coverage profiles and other test artifacts
|
2015-03-01 17:13:43 +08:00
|
|
|
*.out
|
2025-01-12 11:04:53 +08:00
|
|
|
coverage.*
|
|
|
|
*.coverprofile
|
|
|
|
profile.cov
|
2019-05-05 21:37:09 +08:00
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2021-11-14 01:14:24 +08:00
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|
2022-06-01 00:40:47 +08:00
|
|
|
go.work.sum
|
2024-04-01 01:56:05 +08:00
|
|
|
|
|
|
|
# env file
|
|
|
|
.env
|
2025-01-12 11:04:53 +08:00
|
|
|
|
|
|
|
# Editor/IDE
|
2025-01-12 11:30:21 +08:00
|
|
|
# .idea/
|
|
|
|
# .vscode/
|