2021-03-26 09:44:55 -07:00
|
|
|
# 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
|
2022-03-22 01:57:52 -07:00
|
|
|
.env
|
2021-03-26 09:44:55 -07:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
2022-02-03 11:14:23 -08:00
|
|
|
|
|
|
|
# Sentry
|
|
|
|
.sentryclirc
|
2022-02-09 08:09:46 -08:00
|
|
|
|
|
|
|
.idea
|
2022-03-21 11:07:25 -07:00
|
|
|
<<<<<<< HEAD
|
|
|
|
/tsconfig.tsbuildinfo
|
|
|
|
=======
|
2022-03-16 13:08:47 -07:00
|
|
|
|
|
|
|
tsconfig.tsbuildinfo
|
2022-03-21 11:07:25 -07:00
|
|
|
>>>>>>> c79e0869b5270152994a9047574fe8ef3d419320
|