diff --git a/.gitignore b/.gitignore index 7739033..c42059d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,30 @@ -build -*.log +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Code coverage profiles and other test artifacts *.out +coverage.* +*.coverprofile +profile.cov + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env + +# build folder +build +# log output +*.log