mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* feat(api-extractor): support multiple entrypoints * chore: initial support in generateSplitDocumentation * chore: bring in line with upstream * refactor: multiple entrypoints in scripts * fix: split docs * feat: website * fix: docs failing on next * fix: don't include dtypes for now * refactor: don't fetch entrypoint if there is none --------- Co-authored-by: iCrawl <buechler.noel@outlook.com>
56 lines
534 B
Plaintext
56 lines
534 B
Plaintext
# Packages
|
|
node_modules
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Env
|
|
.env
|
|
|
|
# Dist
|
|
dist
|
|
dist-docs
|
|
packages/discord-api-types
|
|
|
|
# Miscellaneous
|
|
.tmp
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea
|
|
.DS_Store
|
|
.turbo
|
|
tsconfig.tsbuildinfo
|
|
coverage
|
|
out
|
|
package.tgz
|
|
tsup.config.bundled*
|
|
vitest.config.ts.timestamp*
|
|
|
|
# Deno
|
|
deno.lock
|
|
|
|
# Bun
|
|
bun.lockb
|
|
|
|
# yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Cache
|
|
.prettiercache
|
|
.eslintcache
|
|
.vercel
|