.gitignore 533 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ### Backup ###
  2. *.bak
  3. *.tmp
  4. tmp/
  5. # Binaries for programs and plugins
  6. *.exe
  7. *.exe~
  8. *.dll
  9. *.so
  10. *.dylib
  11. # Test binary, built with `go test -c`
  12. *.test
  13. # Output of the go coverage tool, specifically when used with LiteIDE
  14. *.out
  15. # Dependency directories (remove the comment below to include it)
  16. # vendor/
  17. .idea
  18. .vscode
  19. configs/local_test.yaml
  20. configs/demonstration_local.yaml
  21. pb/
  22. doc/docs.go
  23. doc/swagger.json
  24. doc/swagger.yaml
  25. # log
  26. *.log
  27. # env
  28. *.env
  29. # output
  30. output/
  31. # golang
  32. go.work
  33. cmd/