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
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test *.test
# Output of the go coverage tool
*.out *.out
# Dependency directories # Dependency directories
@@ -20,11 +12,6 @@ go.work
# IDE specific files # IDE specific files
.idea/ .idea/
.vscode/ .vscode/
*.swp
# macOS specific files # macOS specific files
.DS_Store .DS_Store
# Environment files
.env
.env.local