diff --git a/.gitignore b/.gitignore index 9a50edc..e7fe471 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,6 @@ *.so *.dylib -# Go workspace -go.work* - # Test binary, built with `go test -c` *.test @@ -16,4 +13,11 @@ go.work* # Dependency directories (remove the comment below to include it) # vendor/ -tools \ No newline at end of file +tools + +# Go workspace file +go.work +go.work.sum + +# env file +.env \ No newline at end of file