2024-04-07 17:20:08 +00:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
.yarn/install-state.gz
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
2024-12-28 22:40:09 +00:00
|
|
|
/__tests__/__snapshots__
|
2024-04-07 17:20:08 +00:00
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
.env
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
|
|
|
|
2024-11-12 22:22:40 +00:00
|
|
|
# docs
|
|
|
|
/docs
|
|
|
|
|
2024-04-07 17:20:08 +00:00
|
|
|
# other
|
|
|
|
/.vscode/
|
|
|
|
package.json
|
|
|
|
yarn.lock
|
2024-08-18 16:33:36 +00:00
|
|
|
README.md
|
2024-11-17 21:28:51 +00:00
|
|
|
/.content-collections
|