From 4916a9a3497f9a9e7dd1bb95749639acd5957d45 Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Tue, 16 Dec 2025 21:16:00 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=BF=BD=E7=95=A5=20backups=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 backups/ 目录添加到 .gitignore 文件中,以防止备份文件被 Git 跟踪。 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 265547a..528bc70 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ lib/ lib64/ parts/ sdist/ +backups/ var/ wheels/ *.egg-info/