chore: 添加子仓库 gitignore + 锁定 OpenAPI 生成器版本

This commit is contained in:
zizi 2026-05-24 18:16:52 +08:00
parent 4c02ab99fe
commit 18e0af4d90
2 changed files with 13 additions and 0 deletions

6
.gitignore vendored
View File

@ -81,6 +81,12 @@ coverage/
.coverage
.coverage.*
# ====================
# Sub-repos (独立 git 仓库,不纳入本仓)
# ====================
muse-cloud/
muse-admin/
# ====================
# Temporary Files
# ====================

7
openapitools.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.22.0"
}
}