34 lines
492 B
Plaintext
34 lines
492 B
Plaintext
# Dependencies
|
|
oldsidebars.json
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
/docs
|
|
**/versioned_docs/**
|
|
**/docusaurus-plugin-content-docs/current/**
|
|
i18n/zh/docusaurus-plugin-content-docs-releasenotes/current/*.md
|
|
i18n/zh/docusaurus-plugin-content-blog/**
|
|
/static/releasenotes
|
|
/releasenotes
|
|
/common
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
.cache
|
|
public
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
temp
|