chore: add .go-version to .gitignore

This commit is contained in:
Mauro Morales 2025-03-26 22:29:25 +01:00
parent a5a86838ef
commit 971bb4375d
No known key found for this signature in database
GPG Key ID: 0069994DD7392198

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Go version file
.go-version
# Go specific
*.exe
*.exe~
*.dll
*.so
*.dylib