.gitignore 291 B

1234567891011121314151617181920212223242526
  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/
  22. test.log