From c399e9dfe645a23a0651f9746a315a8e7dac2bb0 Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Wed, 6 Nov 2024 23:20:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa80ad2..d0788e7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ dist-ssr *.sw? package-lock.json src/utils/*.cjs -src/utils/*.js +src/**/*.js