From d779a11958a996f3326d187a1a989fd7faffd281 Mon Sep 17 00:00:00 2001 From: uncle6me-web Date: Sat, 8 Aug 2026 00:10:59 +0800 Subject: [PATCH] =?UTF-8?q?gitignore=20=E6=8E=89=20deploy-all.mjs=20?= =?UTF-8?q?=E7=94=A2=E7=9A=84=20package.json=EF=BC=8Flock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 名字是 arcrun-deploy-shared,是本機跑 installer/scripts/deploy-all.mjs 時 npm 為了 wrangler 等依賴生出來的,不是 repo 內容。 每次本機部署都會冒出來吵未推警察 => 加 gitignore 而不是刪 (刪了下次部署又會產生)。 Co-Authored-By: Claude Opus 5 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6391ecb..57492c2 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,8 @@ backup-*.sql # GitHub 公開 mirror 工作目錄(publish-github.sh 產物) .github-public/ wrangler.leo21c.toml + +# deploy-all.mjs 產的共用依賴(部署時 npm 安裝 wrangler 等,非 repo 內容) +# 2026-08-07:每次本機跑部署都會冒出來吵未推警察,且含不該進版控的鎖檔 +/package.json +/package-lock.json