Simple S3-like server for development purposes, written in Go
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
14
15# Test binary, built with `go test -c`
16*.test
17
18# Output of the go coverage tool, specifically when used with LiteIDE
19*.out
20
21# Dependency directories (remove the comment below to include it)
22# vendor/
23
24# Go workspace file
25go.work
26
27# End of https://www.toptal.com/developers/gitignore/api/go