.gitignore 362 B

12345678910111213141516171819202122232425
  1. # Project specific
  2. build/
  3. mongoData/
  4. .env
  5. coverage/
  6. test-file.*
  7. # Binaries for programs and plugins
  8. *.exe
  9. *.exe~
  10. *.dll
  11. *.so
  12. *.dylib
  13. # Test binary, built with `go test -c`
  14. *.test
  15. # Output of the go coverage tool, specifically when used with LiteIDE
  16. *.out
  17. # Dependency directories (remove the comment below to include it)
  18. # vendor/
  19. # Go workspace file
  20. go.work