2025-01-06 21:43:09 +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-06 13:11:18 +00:00
|
|
|
bun.lockb
|
|
|
|
bun.lock
|
2025-01-07 23:47:02 +00:00
|
|
|
|
2025-02-06 13:11:18 +00:00
|
|
|
yarn.lock
|
2025-01-07 23:47:02 +00:00
|
|
|
|
2025-02-06 13:11:18 +00:00
|
|
|
build.sh
|
|
|
|
build_dev.sh
|
|
|
|
develop.sh
|
2025-01-07 23:47:02 +00:00
|
|
|
|
2025-02-06 13:11:18 +00:00
|
|
|
docusaurus.config.ts
|
|
|
|
|
|
|
|
sidebars.ts
|
|
|
|
|
|
|
|
tsconfig.json
|