mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-11 04:31:26 +00:00
31 lines
536 B
Plaintext
31 lines
536 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
|