From 8811ac9273416029c8c07f9c92eb998ca8cef8f2 Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Wed, 28 Jan 2026 13:46:30 +0100 Subject: [PATCH] improved gitignore --- .gitignore | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) 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