nuts-foundation/nuts-node

View on GitHub
.gitignore

Summary

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

# the data dir
data

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

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

# Editors
.idea

# MacOS
.DS_Store

# ignore generated pem and key files from running the nuts-node executable.
/*.pem
/*.key

# ignore generated database files
/*.db

/nuts-node
nuts.yaml