From 73e4f8e0010d2d350e49b68d1a63904de5f71bc4 Mon Sep 17 00:00:00 2001 From: glz <694770232@qq.com> Date: Fri, 5 Jun 2026 18:10:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9ESqlMigrations?= =?UTF-8?q?=E5=88=B0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略SQL迁移相关的目录文件,避免将其提交到版本库中 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a2effb4..2ae0d82 100644 --- a/.gitignore +++ b/.gitignore @@ -365,3 +365,4 @@ FodyWeavers.xsd # Trae IDE related files .trae/ PROJECT_STRUCTURE.md +/SqlMigrations