mirror of
https://gitcode.com/JianFeeeee/ModelRouter.git
synced 2026-09-22 09:58:00 +00:00
chore: ignore local agent state, clean packaged installers
.gitignore: add .omo/ (an AI-assisted-coding local state dir that was being tracked — .omo/run-continuation/*.json is session scratch, not source) and /plan.md (local working notes). make clean: also remove cmd/build/ and cmd/gui/dist/. Those hold the packaged installers (1.8 GB and 386 MB on this machine) and were never cleaned, so `make clean` left almost all of the build output behind.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -16,8 +16,12 @@ cmd/gui/*.log
|
||||
.pi/
|
||||
.pi-glla/
|
||||
.codegraph/
|
||||
.omo/
|
||||
/build/
|
||||
|
||||
# local ops scripts (machine-specific, not for sharing)
|
||||
scripts/
|
||||
cmd/gui/dist/
|
||||
|
||||
# local design/working notes (not part of the shipped repo)
|
||||
/plan.md
|
||||
|
||||
Reference in New Issue
Block a user