2025-01-14 21:27:11 +00:00
|
|
|
# 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*
|
2025-02-10 12:33:06 +00:00
|
|
|
bun.lockb
|
|
|
|
bun.lock
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:33:06 +00:00
|
|
|
yarn.lock
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:33:06 +00:00
|
|
|
build.sh
|
|
|
|
build_dev.sh
|
|
|
|
develop.sh
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:33:06 +00:00
|
|
|
docusaurus.config.ts
|
|
|
|
|
|
|
|
sidebars.ts
|
|
|
|
|
|
|
|
tsconfig.json
|