.gitignore 517 B

1234567891011121314151617181920212223242526
  1. # ---> Go
  2. # If you prefer the allow list template instead of the deny list, see community template:
  3. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  4. #
  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. # Go workspace file
  18. go.work
  19. go.work.sum
  20. # env file
  21. .env