From 74b1ac99836b598879b22c1c5b8ea71d3ea62cbb Mon Sep 17 00:00:00 2001 From: liuhuapiaoyuan <278780765@qq.com> Date: Wed, 1 May 2024 00:47:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4gitignore=20=E6=8E=92?= =?UTF-8?q?=E9=99=A4=20cool/temp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 1eeb99b..3e6d442 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -3,4 +3,5 @@ node_modules dist dist-ssr *.local -*-error.log \ No newline at end of file +*-error.log +!build/cool/temp \ No newline at end of file