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
382 B

  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Go template
  3. # Binaries for programs and plugins
  4. *.exe
  5. *.exe~
  6. *.dll
  7. *.so
  8. *.dylib
  9. # Test binary, built with `go test -c`
  10. *.test
  11. # Output of the go coverage tool, specifically when used with LiteIDE
  12. *.out
  13. # Dependency directories (remove the comment below to include it)
  14. # vendor/
  15. .idea/
  16. .DS_Store
  17. .history/
  18. tests.go
  19. coverage.xml