.gitignore 282 B

12345678910111213141516171819202122232425
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, build with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. .idea/
  12. .fleet/
  13. .DS_Store
  14. **/bin
  15. **/logs
  16. **/docs
  17. **/mbtest*
  18. **/.idea
  19. /vendor/
  20. /wb
  21. /logs/