.gitignore 304 B

1234567891011121314151617181920
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.bat
  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. # IntelliJ IDEA
  15. .IDEA
  16. *.IML