From a12638c567ca0f14239fad72efc1b0b4c1eb614b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Fri, 13 Mar 2026 10:30:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20uploads=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 /uploads/ 改为 uploads/ 以匹配所有子目录中的 uploads 文件夹 - 确保上传测试文件不会被 git 跟踪 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 334453b..94691c4 100644 --- a/.gitignore +++ b/.gitignore @@ -109,7 +109,7 @@ ehthumbs.db # Application specific /db/ -/uploads/ +uploads/ /temp/ /tmp/ *.pid