feat(create-discord-bot): bun/deno templates (#9795)

This commit is contained in:
Noel
2023-08-21 22:48:13 +02:00
committed by GitHub
parent 8eb978d32c
commit dd5e7453e8
46 changed files with 700 additions and 115 deletions

7
.gitignore vendored
View File

@@ -23,6 +23,7 @@ dist-docs
.vscode
!.vscode/extensions.json
!.vscode/settings.json
!packages/create-discord-bot/template/**/.vscode
.idea
.DS_Store
.turbo
@@ -30,6 +31,12 @@ tsconfig.tsbuildinfo
coverage
out
# Deno
deno.lock
# Bun
bun.lockb
# yarn
.pnp.*
.yarn/*