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