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

.vscode/settings.json

## Yarn
node_modules

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Testing
coverage

# Next.js
.next
out

# Vercel
.vercel

# MISC
.DS_Store
*.pem

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

# Production
build

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# TypeScript
*.tsbuildinfo

# Sentry
.sentryclirc

# Intelij files
.idea
# Sentry
.sentryclirc