.gitignore 350 B

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