mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
26 lines
No EOL
239 B
Text
26 lines
No EOL
239 B
Text
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.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 |