.gitignore 354 B

1234567891011121314151617181920212223
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # vim cache files
  8. *.swp
  9. # JetBrains idea configuration
  10. .idea
  11. # Test binary, built with `go test -c`
  12. *.test
  13. # Output of the go coverage tool, specifically when used with LiteIDE
  14. *.out
  15. # Dependency directories (remove the comment below to include it)
  16. vendor/
  17. /cmd/gmdeploy/gmdeploy