From fc29c696cee10b151e9fac8147210a86a0c4d159 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 15 Sep 2026 21:35:41 -0400 Subject: [PATCH] chore: ignore frontend/package.json.md5 artifact The Wails dev flow regenerates frontend/package.json.md5 (package.json change-detection hash) on every run, so it showed as untracked after each make dev. Scoped to frontend/; the tracked frontend/package-lock.json rule is unaffected. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6510124..3c10957 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ build/bin .task/ node_modules frontend/dist +frontend/package.json.md5 # Root-level lockfile only: the frontend lockfile IS tracked so CI installs # are reproducible and setup-node's npm cache has something to hash. /package-lock.json