friends/.gitignore

30 lines
563 B
Plaintext
Raw Permalink Normal View History

2022-08-28 00:30:51 -04: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
#
2021-08-22 18:40:49 -04:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2022-08-28 00:30:51 -04:00
# Test binary, built with `go test -c`
2021-08-22 18:40:49 -04:00
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2022-08-28 00:30:51 -04:00
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
2021-08-22 18:40:49 -04:00
# custom
2022-08-28 00:30:51 -04:00
.vscode
.env
2021-08-22 18:40:49 -04:00
build
2022-08-28 00:30:51 -04:00
log
2021-08-22 18:40:49 -04:00
*.pem
2022-08-28 00:30:51 -04:00
*.key