.gitignore 398 B

1234567891011121314151617181920212223242526
  1. ### Go template
  2. # Binaries for programs and plugins
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, built with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Dependency directories (remove the comment below to include it)
  13. # vendor/
  14. ### Example user template template
  15. ### Example user template
  16. # IntelliJ project files
  17. .idea
  18. *.iml
  19. out
  20. gen
  21. test