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

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# local env files
.env.local
.env.*.local

# ignore .env files at packages/ui root; .env files are copied over from the .env/ directory at dev and build time
# This is to workaround Next.js's limitation on working with multiple environments.
# Next.js always loads .env.development during dev, and .env.production during build.
/.env.*

# vercel
.vercel
