.gitignore 200 B

12345678
  1. # Test binary, built with `go test -c`
  2. *.test
  3. # Output of the go coverage tool, specifically when used with LiteIDE
  4. *.out
  5. # Dependency directories (remove the comment below to include it)
  6. # vendor/