# gitignore
.nyc_output
node_modules

npm-debug.log

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

.npmignore
