mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
b92c53dbb2
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
26 lines
239 B
Plaintext
26 lines
239 B
Plaintext
# 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 |