297abae6bb
* docs: Upgrade to latest Docusaurus/Typedoc * chore: Re-run typedoc * docs: Upgrade to Docusaurus 3 * Add `docs/api/` to gitignore * Remove `docs` from git * Remove V3 banner * fix: Export `PixelFormat`
25 lines
271 B
Plaintext
25 lines
271 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
|
|
# TypeDoc/Docusaurus stuff
|
|
docs/api
|