mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* chore: bump dependencies * build: bump discord-api-types to 0.38.22 * fix: fix builders --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
27 lines
195 B
Plaintext
27 lines
195 B
Plaintext
# Packages
|
|
node_modules
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Env
|
|
.env
|
|
.env*.local
|
|
|
|
# Dist
|
|
.next
|
|
.source
|
|
|
|
# Miscellaneous
|
|
.tmp
|
|
.vscode
|
|
.vercel
|
|
next-env.d.ts
|