1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/options/gitignore/Go

23 lines
490 B
Plaintext
Raw Normal View History

# 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
2014-03-11 05:32:36 +00:00
*.so
*.dylib
2014-03-11 05:32:36 +00:00
# Test binary, built with `go test -c`
*.test
2014-03-11 05:32:36 +00:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum