Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.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