From 575f4976f084dd3b966c7d5af57497a0520041a3 Mon Sep 17 00:00:00 2001 From: TreeWork Development Date: Fri, 7 Aug 2026 16:05:02 +0800 Subject: [PATCH] fix: ignore Pi install lockfile Pi runs npm install for Git packages, which creates a root package-lock.json. Ignore that generated file so managed TreeWork checkouts stay clean and updateable. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ea68c1d..428b54e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ prototypes/ /PAPER_REVIEW.md /publish/ *.tmp + +/package-lock.json