.gitignore 638 B

1234567891011121314151617181920212223242526272829303132
  1. # If you prefer the allow list template instead of the deny list, see community template:
  2. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  3. #
  4. # Binaries for programs and plugins
  5. *.exe
  6. *.exe~
  7. *.dll
  8. *.so
  9. *.dylib
  10. # Test binary, built with `go test -c`
  11. *.test
  12. # Output of the go coverage tool, specifically when used with LiteIDE
  13. *.out
  14. # Dependency directories (remove the comment below to include it)
  15. # vendor/
  16. .idea
  17. build/bin
  18. frontend/dist
  19. frontend/node_modules
  20. frontend/package.json.md5
  21. frontend/pnpm-lock.yaml
  22. frontend/pnpm-workspace.yaml
  23. # Go workspace file
  24. go.work
  25. go.work.sum
  26. # env file
  27. .env