chore: gitignore

This commit is contained in:
Erica Marigold 2022-11-25 20:57:42 +05:30
parent 87d7112f26
commit b375fdc43a
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
# 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
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
vendor/
# Go workspace file
go.work