mirror of
https://github.com/deployflare/resend.git
synced 2026-01-13 16:18:02 +00:00
Initial commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user