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.
This commit is contained in:
John O'Keefe
2026-09-15 21:35:41 -04:00
parent 1d4fa38b8e
commit fc29c696ce
+1
View File
@@ -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