hashicorp/faas-nomad

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

benchmark/faas
.envrc
terraform/terraform.tfstate
terraform/terraform.tfstate.backup
terraform/.terraform
dist
consul.hcl
nomad.hcl

.vagrant
.vscode
provisioning/saltstack/formulas*
ubuntu*.log
debug
faas-nomad

# Remove Go vendor folder since we are using modules
vendor