You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
495 B

2 years ago
  1. /cpgo
  2. .DS_Store
  3. # If you prefer the allow list template instead of the deny list, see community template:
  4. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  5. #
  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