50 lines
519 B
Plaintext
50 lines
519 B
Plaintext
.vscode/
|
|
tests/jest/__coverage__/
|
|
tests/jest/**/*.jsx
|
|
e2e-screenshots/
|
|
|
|
# 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
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# SEO
|
|
public/robots.txt
|
|
public/sitemap.xml
|
|
public/sitemap-0.xml
|
|
|
|
# Sentry
|
|
.sentryclirc
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|