From a288f5b6dad10813909fa69db15c4de2eb133a55 Mon Sep 17 00:00:00 2001 From: ZhuoQinghui <1302344380@qq.com> Date: Mon, 5 May 2025 04:06:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 bin 目录到 .gitignore 文件中 -保持 acme-mane.db 文件的忽略规则不变 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 576abc2..0a74676 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea -acme-mane.db \ No newline at end of file +acme-mane.db +bin \ No newline at end of file