From b0271d0330e44c6185e400c7ddae3b2e69ef1f5c Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Thu, 29 May 2025 14:36:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8.gitignore=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0test/=E5=92=8Ctests/=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略测试相关目录以避免将其提交到版本控制 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cf136b0..e76e344 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ docker-compose.override.yml # 系统文件 .DS_Store Thumbs.db +test/ +tests/ # 日志文件 *.log