Jam3/adviser

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
## -------- Welcome to the Adviser gitignore --------
##
## Please add your ignores ordered by topics.
## See https://help.github.com/ignore-files/ for more about ignoring files.

# Global
.DS_Store
*.log*

# IDEs
.vscode
sketch
.idea

# Node & NPM
node_modules

# Tests
coverage