From 18e0af4d907af5f461bef82352534fe5f0148c81 Mon Sep 17 00:00:00 2001 From: zizi Date: Sun, 24 May 2026 18:16:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E5=AD=90=E4=BB=93?= =?UTF-8?q?=E5=BA=93=20gitignore=20+=20=E9=94=81=E5=AE=9A=20OpenAPI=20?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=99=A8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ openapitools.json | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 openapitools.json diff --git a/.gitignore b/.gitignore index b8b259e3..ffbe90db 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,12 @@ coverage/ .coverage .coverage.* +# ==================== +# Sub-repos (独立 git 仓库,不纳入本仓) +# ==================== +muse-cloud/ +muse-admin/ + # ==================== # Temporary Files # ==================== diff --git a/openapitools.json b/openapitools.json new file mode 100644 index 00000000..0f7e625a --- /dev/null +++ b/openapitools.json @@ -0,0 +1,7 @@ +{ + "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", + "spaces": 2, + "generator-cli": { + "version": "7.22.0" + } +}