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

4
.gitignore vendored
View file

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