this repo has no description
1# Created by https://www.toptal.com/developers/gitignore/api/go
2# Edit at https://www.toptal.com/developers/gitignore?templates=go
3
4### Go ###
5# If you prefer the allow list template instead of the deny list, see community template:
6# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
7#
8# Binaries for programs and plugins
9*.exe
10*.exe~
11*.dll
12*.so
13*.dylib
14bin/
15
16# Test binary, built with `go test -c`
17*.test
18
19# Output of the go coverage tool, specifically when used with LiteIDE
20*.out
21
22# Dependency directories (remove the comment below to include it)
23# vendor/
24
25# Go workspace file
26go.work
27
28# End of https://www.toptal.com/developers/gitignore/api/go
29
30.direnv/