2023-04-28 22:40:46 -07:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2024-10-17 16:20:37 -07:00
|
|
|
.env.sentry-build-plugin
|
2023-04-28 22:40:46 -07:00
|
|
|
# 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*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
2024-11-20 20:01:15 -08:00
|
|
|
|
2025-02-06 14:02:14 -08:00
|
|
|
# playwright testing temp files
|
2024-11-20 20:01:15 -08:00
|
|
|
/admin_auth.json
|
2025-02-06 14:02:14 -08:00
|
|
|
/user_auth.json
|
2024-11-20 20:01:15 -08:00
|
|
|
/build-archive.log
|
2025-02-06 14:02:14 -08:00
|
|
|
/test-results
|