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:
@@ -26,6 +26,7 @@ build/bin
|
|||||||
.task/
|
.task/
|
||||||
node_modules
|
node_modules
|
||||||
frontend/dist
|
frontend/dist
|
||||||
|
frontend/package.json.md5
|
||||||
# Root-level lockfile only: the frontend lockfile IS tracked so CI installs
|
# Root-level lockfile only: the frontend lockfile IS tracked so CI installs
|
||||||
# are reproducible and setup-node's npm cache has something to hash.
|
# are reproducible and setup-node's npm cache has something to hash.
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
|
|||||||
Reference in New Issue
Block a user