2023-01-22 15:39:35 -06:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2022-12-18 09:30:37 -06:00
|
|
|
|
2023-01-22 15:39:35 -06:00
|
|
|
# testing
|
|
|
|
/coverage
|
2022-12-18 09:30:37 -06:00
|
|
|
|
2023-01-22 15:39:35 -06:00
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
2022-12-18 09:30:37 -06:00
|
|
|
|
2023-01-22 15:39:35 -06:00
|
|
|
# production
|
|
|
|
/build
|
2022-12-18 09:30:37 -06:00
|
|
|
|
2023-01-22 15:39:35 -06:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
2022-12-18 09:30:37 -06:00
|
|
|
|
2023-01-22 15:39:35 -06:00
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
2022-12-18 09:30:37 -06:00
|
|
|
|
2023-02-08 15:11:33 -06:00
|
|
|
# env files
|
2023-01-22 15:39:35 -06:00
|
|
|
.env*.local
|
2023-02-08 15:11:33 -06:00
|
|
|
.env
|
2022-04-09 03:14:50 -05:00
|
|
|
|
2023-01-22 15:39:35 -06:00
|
|
|
# vercel
|
|
|
|
.vercel
|
2023-01-29 12:12:36 -06:00
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
2023-03-08 15:31:24 -06:00
|
|
|
|
|
|
|
# generated files and folders
|
|
|
|
/data
|
2023-07-01 09:11:39 -05:00
|
|
|
|
|
|
|
# tests
|
|
|
|
/tests
|