From 8f9f32601e29773a187c851afd2c545a1e511229 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 26 Apr 2022 23:30:06 +0800 Subject: [PATCH] =?UTF-8?q?gitignore=20=E5=A2=9E=E5=8A=A0nohup.out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 067ee379..429c26e6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ celerybeat-schedule.dat celerybeat-schedule.dir db.sqlite3 server/conf.py -sh/* \ No newline at end of file +sh/* +nohup.out \ No newline at end of file