# gitignore
/node_modules/
/build/
*.log
*~

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

.eslintrc
.npmrc
