From c8ea9330e1285b7f3d23b1241fdc6606f5ca7caa Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 11 May 2026 21:58:23 +0800 Subject: [PATCH] =?UTF-8?q?chore(ignore):=20=E5=BF=BD=E7=95=A5=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=20MySQL=20=E6=95=B0=E6=8D=AE=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + biome.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a68cc14..9217013 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules/ .tanstack/ .vite/ out/ +volumes/ *.bun-build *.tsbuildinfo vite.config.js.timestamp-* diff --git a/biome.json b/biome.json index 726eab5..6d75969 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,7 @@ }, "files": { "ignoreUnknown": false, - "includes": ["**", "!**/routeTree.gen.ts", "!**/migrations.gen.ts"] + "includes": ["**", "!**/routeTree.gen.ts", "!**/migrations.gen.ts", "!volumes"] }, "formatter": { "enabled": true,