From eec4ec0cae90edd1561716b58ac21c0f26fdc1eb Mon Sep 17 00:00:00 2001 From: ZJPB Admin Date: Tue, 30 Dec 2025 23:50:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=EF=BC=8C?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E9=83=A8=E7=BD=B2=E6=96=87=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=8A=E4=BC=A0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 037ea8f..28d3318 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,15 @@ static/uploads/* *.tmp *.bak *.cache + + # 部署相关文件 + *.patch + *_deploy*.sh + *.backup + + # 用户上传的文件 + static/logos/* + !static/logos/.gitkeep + + # 临时文件 + nul