From 0b33a1d393ee86349852644919f7ad121aaedb2e Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 26 Jul 2022 01:04:53 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b5fb92..3c0878f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +proto/*.pb.go + +# Godotenv +*.env \ No newline at end of file