Files
discordeno/.gitignore
Fleny 06664ed8bb fix(website): fix typedoc configuration (#3733)
* Fix typedoc CI crashse

And adapt the website to its new output

* Revert /tsconfig.json changes

* Update footer
2024-07-13 08:15:19 -05:00

55 lines
634 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Test file for testing dd changes
debug.ts
testing
# dependencies
node_modules
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
website/.yarn
website/api_reference/generated/**/*.md
# testing
coverage
# build
dist
denoTestsDist
bunTestsDist
benchDist
out
build
.docusaurus
.cache-loader
/db
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo