chore: 添加子仓库 gitignore + 锁定 OpenAPI 生成器版本
This commit is contained in:
parent
4c02ab99fe
commit
18e0af4d90
6
.gitignore
vendored
6
.gitignore
vendored
@ -81,6 +81,12 @@ coverage/
|
||||
.coverage
|
||||
.coverage.*
|
||||
|
||||
# ====================
|
||||
# Sub-repos (独立 git 仓库,不纳入本仓)
|
||||
# ====================
|
||||
muse-cloud/
|
||||
muse-admin/
|
||||
|
||||
# ====================
|
||||
# Temporary Files
|
||||
# ====================
|
||||
|
||||
7
openapitools.json
Normal file
7
openapitools.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
||||
"spaces": 2,
|
||||
"generator-cli": {
|
||||
"version": "7.22.0"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user