.gitignore 278 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. **/docs
  16. **/mbtest*
  17. **/.idea
  18. /vendor/
  19. /wb
  20. test.log