mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-11 04:31:26 +00:00
https://github.com/go-gitea/gitea/pull/26051 https://github.com/go-gitea/gitea/pull/26052 https://github.com/go-gitea/gitea/pull/26053 Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/51 Co-authored-by: jolheiser <john.olheiser@gmail.com> Co-committed-by: jolheiser <john.olheiser@gmail.com>
30 lines
482 B
Plaintext
30 lines
482 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
|