
# dependencies
/node_modules

# testing
/coverage
/__tests__

# production
/build
/.next

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
/config/production.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
tmp*


# Yarn Integrity file
.yarn-integrity

# Output of 'npm pack'
*.tgz

# Optional eslint cache
.eslintcache

# Optional npm cache directory
.npm

# Runtime data
pids
*.pid
*.seed
*.pid.lock
.DS_Store