s3manager-web/.gitignore

23 lines
483 B
Text
Raw Normal View History

2022-08-04 22:30:04 +02: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
#
2018-08-14 22:45:10 +02:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-08-05 11:44:40 +02:00
bin/
2018-08-14 22:45:10 +02:00
2022-08-04 22:30:04 +02:00
# Test binary, built with `go test -c`
2018-08-14 22:45:10 +02:00
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-08-05 11:44:40 +02:00
# Dependency directories (remove the comment below to include it)
# vendor/
2022-08-04 22:30:04 +02:00
# Go workspace file
go.work