credit
/
.gitignore
22 строки · 489.0 Байт
1# ---> Go
2# If you prefer the allow list template instead of the deny list, see community template:
3# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
4#
5# Binaries for programs and plugins
6*.exe7*.exe~8*.dll9*.so10*.dylib11
12# Test binary, built with `go test -c`
13*.test14
15# Output of the go coverage tool, specifically when used with LiteIDE
16*.out17
18# Dependency directories (remove the comment below to include it)
19# vendor/
20
21# Go workspace file
22go.work
23
24