voidway/.gitignore

30 lines
535 B
Text
Raw Permalink Normal View History

# ---> 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
2024-11-21 07:41:08 +04:00
# Test binary, built with `go test -c`
*.test
2024-11-21 07:41:08 +04:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2024-11-21 07:41:08 +04:00
# Dependency directories (remove the comment below to include it)
# vendor/
2024-11-21 07:41:08 +04:00
# Go workspace file
go.work
go.work.sum
# env file
.env
2024-11-21 07:41:08 +04:00
2024-11-21 07:42:58 +04:00
# direnv
.direnv