Better gitignore

This commit is contained in:
Imbus 2024-01-05 16:27:21 +01:00
parent 9cc368ff2d
commit 22f200c2b4

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Go workspace file
go.work