diff --git a/.gitignore b/.gitignore index 4d6764e..987dd50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,6 @@ -# Binaries for programs and plugins +# Binaries *.exe -*.exe~ -*.dll -*.so -*.dylib - -# Test binary, built with `go test -c` *.test - -# Output of the go coverage tool *.out # Dependency directories @@ -20,11 +12,6 @@ go.work # IDE specific files .idea/ .vscode/ -*.swp # macOS specific files .DS_Store - -# Environment files -.env -.env.local