mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
feat(create-discord-bot): bun/deno templates (#9795)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user