mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-21 21:09:49 +08:00
36 lines
388 B
Plaintext
36 lines
388 B
Plaintext
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.contentlayer
|
|
.content-collections
|
|
.source
|
|
src/lib/platform-navigation.ts
|
|
|
|
# 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/
|
|
|