From 4b465ec917926ca129efec9e2bedab637673ad46 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Thu, 10 Apr 2025 17:38:29 +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 - 修改测试代码注释,扩大至参考代码 - 新增 refer/ 目录到忽略列表 --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8ae706c..72aa735 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,6 @@ workdir/ # cache unsloth_compiled_cache -# 测试代码 -test.ipynb \ No newline at end of file +# 测试和参考代码 +test.ipynb +refer/ \ No newline at end of file