mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
31 lines
243 B
Plaintext
31 lines
243 B
Plaintext
# Packages
|
|
node_modules/
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Env
|
|
.env
|
|
|
|
# Dist
|
|
dist/
|
|
typings/
|
|
.cache/
|
|
build/
|
|
api/
|
|
src/styles/unocss.css
|
|
.next/
|
|
|
|
# Miscellaneous
|
|
.tmp/
|
|
coverage/
|
|
.vercel
|
|
public/searchIndex
|