mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
6671a743d6
Signed-off-by: Gabriel Miranda <gabriel@resend.com> Signed-off-by: gabriel miranda <gabriel@resend.com>
52 lines
637 B
Plaintext
52 lines
637 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
coverage
|
|
**/.vitest-attachments/
|
|
**/__screenshots__/
|
|
**/*/package-lock.json
|
|
**/*/yalc.lock
|
|
.yalc*
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
build
|
|
next-env.d.ts
|
|
dist
|
|
.vercel
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.react-email
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
.turbo
|
|
.worktrees
|
|
.serena/
|
|
|
|
# cursor
|
|
.cursor/hooks/state/
|
|
|
|
# mintlify exports (generated locally)
|
|
apps/docs/export.zip
|
|
apps/docs/export/
|