improved gitignore

This commit is contained in:
Martino Ferrari
2026-01-28 13:46:30 +01:00
parent 71c86f1dcb
commit 8811ac9273

31
.gitignore vendored
View File

@@ -1,3 +1,30 @@
build # Binaries for programs and plugins
*.log *.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out *.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