This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-docusaurus/.gitignore
Lunny Xiao 377f435a2b
All checks were successful
Build and Publish Docs site / build-docs (push) Successful in 10m54s
Add version of 1.22 (#137)
Reviewed-on: #137
2024-05-27 13:52:22 +00:00

32 lines
591 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*
.tmp/
docs/
versioned_docs/
# Static files other than those explicitly tracked
/static
i18n/zh-cn/docusaurus-plugin-content-docs/current
i18n/zh-cn/docusaurus-plugin-content-docs/version-1.19
i18n/zh-cn/docusaurus-plugin-content-docs/version-1.20
i18n/zh-cn/docusaurus-plugin-content-docs/version-1.21
i18n/zh-cn/docusaurus-plugin-content-docs/version-1.22