mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 09:32:20 -05:00
29 lines
287 B
Plaintext
29 lines
287 B
Plaintext
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.map.ts
|
|
.contentlayer
|
|
.content-collections
|
|
|
|
# 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
|
|
certificates |