mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-25 12:36:30 +00:00
chore: ignore the installer's log.json
`cmd/installer/wizard/logger` opens log.json from its init(), so importing the package is enough to create one in the process's working directory. Running `go test ./cmd/installer/...` therefore drops a log.json into every package directory it runs from — four of them were sitting untracked in the tree, one step away from an accidental `git add -A`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
fa370eacb4
commit
6a032c74db
@@ -8,6 +8,7 @@
|
||||
backend/tmp
|
||||
backend/build
|
||||
backend/vendor
|
||||
backend/cmd/installer/**/log.json
|
||||
|
||||
frontend/coverage
|
||||
frontend/dist
|
||||
|
||||
Reference in New Issue
Block a user