From 072840f7e27d34a1976e7e8c000cc0022ae3bedb Mon Sep 17 00:00:00 2001 From: XTer Date: Thu, 7 Mar 2024 18:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E4=B8=80=E4=BA=9Bgi?= =?UTF-8?q?t=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ trained/.gitignore | 2 +- trained/character_info.json | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 trained/character_info.json diff --git a/.gitignore b/.gitignore index 59007090..0f18d287 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ TEMP PortableGit +ffmpeg.exe +ffprobe.exe diff --git a/trained/.gitignore b/trained/.gitignore index 24386bad..aa4e5510 100644 --- a/trained/.gitignore +++ b/trained/.gitignore @@ -1,3 +1,3 @@ * !.gitignore -!.character_info.json \ No newline at end of file +!character_info.json \ No newline at end of file diff --git a/trained/character_info.json b/trained/character_info.json new file mode 100644 index 00000000..27546311 --- /dev/null +++ b/trained/character_info.json @@ -0,0 +1,4 @@ +{ + "deflaut_character": "胡桃(测试)" + +} \ No newline at end of file