# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Editors
/.idea

# Dependencies
/node_modules
/.pnp
.pnp.js

# Testing
/coverage

# Next.js
/.next/
/out/

# Production
/build

# MISC
.DS_Store

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
