28 lines
274 B
Plaintext
28 lines
274 B
Plaintext
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.contentlayer
|
|
.content-collections
|
|
.source
|
|
|
|
# test & build
|
|
/coverage
|
|
/.next/
|
|
/out/
|
|
/build
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
/.pnp
|
|
.pnp.js
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# others
|
|
.env*.local
|
|
.vercel
|
|
next-env.d.ts |