From f7a790986a8aca1eb387500cbbce6eccdc96b350 Mon Sep 17 00:00:00 2001 From: yk Date: Fri, 8 Mar 2024 14:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitignore=E5=B0=86logs?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E5=88=97=E5=85=A5=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- logs/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 logs/.gitkeep diff --git a/.gitignore b/.gitignore index a1dca9b..6137c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .idea/ logs/* -!logs/ \ No newline at end of file +!logs/.gitkeep \ No newline at end of file diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..e69de29