2023-08-31 16:26:06 +00:00
|
|
|
# ---> Go
|
|
|
|
# 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
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
ntfy-bridge
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# ---> Nix
|
|
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
|
|
result
|
|
|
|
result-*
|
|
|
|
|
|
|
|
# ---> Direnv
|
|
|
|
.direnv
|
2023-09-01 17:06:21 +00:00
|
|
|
|
|
|
|
# ---> ntfy-bridge
|
|
|
|
/config.scfg
|
2023-09-01 17:13:50 +00:00
|
|
|
|
|
|
|
# ---> goreleaser
|
|
|
|
dist/
|