From 246ca90e27332c15e05c59c0e2b4659f9fa935a3 Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Mon, 29 Sep 2025 19:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=97=B6=E7=A7=BB=E9=99=A4cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ compile_dev.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a5241c1..33f3389 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ dist build_and_copy.log *.log *.lock + +# git +.github diff --git a/compile_dev.sh b/compile_dev.sh index 9105acd..47f6e74 100755 --- a/compile_dev.sh +++ b/compile_dev.sh @@ -44,6 +44,7 @@ if [ "$current_branch" = "$BRANCH_NAME" ]; then # 准备dist目录 mkdir -p dist + rm -rf .next/cache cp -r .next dist/ cp -r public dist/ cp package.json dist/