mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
32 lines
298 B
Plaintext
32 lines
298 B
Plaintext
# Packages
|
|
node_modules
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Env
|
|
.env
|
|
test/auth.json
|
|
test/auth.js
|
|
|
|
# Docs
|
|
docs/**/*
|
|
!docs/index.json
|
|
!docs/logo.svg
|
|
!docs/README.md
|
|
|
|
# Miscellaneous
|
|
.turbo
|
|
.tmp
|
|
|
|
# Generated files
|
|
typings/index.d.mts
|
|
typings/rawDataTypes.d.mts
|