From b26f3192bc936cceafa7ad3c87150174f65e4c01 Mon Sep 17 00:00:00 2001 From: killua <1223086337@qq.com> Date: Fri, 17 May 2024 15:59:57 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E4=BA=86gitignore?= =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=8C=E5=BF=BD=E7=95=A5nohup.out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1186f4..237b37e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ __pycache__/ /app.log app.log /utils/tts/vits_model/ -vits_model \ No newline at end of file +vits_model + +nohup.out \ No newline at end of file