Update .gitignore

This commit is contained in:
Andrew Scott 2022-07-26 01:04:53 -04:00
parent be6cc6bb0d
commit 0b33a1d393
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

8
.gitignore vendored
View file

@ -8,7 +8,8 @@
*.dll
*.so
*.dylib
bin/
# Test binary, built with `go test -c`
*.test
@ -22,4 +23,7 @@
go.work
# Protoc output
proto/*.pb.go
proto/*.pb.go
# Godotenv
*.env