From f3cfd835449a02df33b107d3c39849f7040d6c88 Mon Sep 17 00:00:00 2001 From: hj <1311711287@qq.com> Date: Wed, 1 Apr 2026 17:40:35 +0800 Subject: [PATCH] =?UTF-8?q?gitignore:=20=E5=8F=AA=E4=BF=9D=E7=95=99=20upda?= =?UTF-8?q?tes/index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de62549..3f90513 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules/ .env *.log -scripts/ \ No newline at end of file +scripts/ +/updates/* +!/updates/index.html \ No newline at end of file