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