mirror of
https://github.com/deployflare/resend.git
synced 2026-01-13 16:18:02 +00:00
23 lines
224 B
Plaintext
23 lines
224 B
Plaintext
logs
|
|
*.log
|
|
npm-debug.log
|
|
.pnpm-debug.log
|
|
node_modules/
|
|
jspm_packages/
|
|
.npm
|
|
.eslintcache
|
|
.stylelintcache
|
|
.node_repl_history
|
|
*.tgz
|
|
.cache
|
|
out
|
|
dist
|
|
.temp
|
|
.cache
|
|
.pnp.*
|
|
.dev.vars
|
|
!.dev.vars.example
|
|
.env
|
|
!.env.example
|
|
.wrangler/
|