feat: ignore bin files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,6 +11,8 @@
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
bin/*
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
|
Reference in New Issue
Block a user