# gitignore
node_modules
.DS_Store
npm-debug.log

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

coverage/
.nyc_output/

.github/workflows
.zuul.yml
.travis.yml
