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

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# visual tests
screenshots/

# Sentry Config File
.sentryclirc

/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

# Generated public files
/public/~gitbook/static/*
!/public/~gitbook/static/images
