mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com> Co-authored-by: Madison Kennedy <madison@Madisons-MacBook-Pro.local> Co-authored-by: BilalG1 <bg2002@gmail.com>
35 lines
357 B
Plaintext
35 lines
357 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
|
|
.vercel
|
|
next-env.d.ts
|
|
|
|
# ignore all generated docs content
|
|
/content/docs/
|
|
/content/api/
|
|
/public/openapi/
|
|
/openapi/
|
|
|