From 04d34bead17a4db45658ad893df40df86e81204f Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Fri, 3 Apr 2026 12:23:18 +0200 Subject: [PATCH] Simplify .gitignore file --- .gitignore | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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