Skip to content
Snippets Groups Projects
Select Git revision
  • 5bb0fd0da993f37f6be47aa7882e4820a8d04181
  • main default protected
  • v1.298.0
  • v1.297.0
  • v1.296.0
  • v1.295.0
  • v1.294.0
  • v1.293.0
  • v1.292.0
  • v1.291.0
  • v1.290.0
  • v1.289.0
  • v1.288.0
  • v1.287.0
  • v1.286.0
  • v1.285.0
  • v1.284.0
  • v1.283.0
  • v1.282.0
  • v1.281.0
  • v1.280.0
  • v1.279.0
22 results

.gitignore

Blame
  • .gitignore 353 B
    # Binaries for programs and plugins
    *.exe
    *.exe~
    *.dll
    *.so
    *.dylib
    
    # Test binary, built with `go test -c`
    *.test
    
    # Output of the go coverage tool, specifically when used with LiteIDE
    *.out
    
    # Dependency directories (remove the comment below to include it)
    # vendor/
    .idea
    examples/core/api/api
    examples/core/cron/cron
    examples/core/sqs/sqs
    .DS_Store