Simplify .gitignore file

This commit is contained in:
Gabriel Radureau
2026-04-03 12:23:18 +02:00
parent 3efc1992d5
commit 04d34bead1

15
.gitignore vendored
View File

@@ -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