mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
chore(cli): remove accidental tui.json artifact from PR #13271
Removes packages/opencode/.kilo/tui.json, an empty {} file that was
accidentally committed by a broad 'git add' while running the httpapi
exerciser (PATCH /tui/config) from packages/opencode/ during work on
PR #13271 (feat(cli): add experimental MCP Apps support with
resource/tool HTTP endpoints).
Also ignores per-directory tui.json/tui.jsonc runtime config files
under packages/*/.kilo/ so this can't recur.
This commit is contained in:
@@ -67,6 +67,11 @@ tsconfig.tsbuildinfo
|
||||
.kilocode/yarn.lock
|
||||
.kilocode/node_modules
|
||||
|
||||
# Runtime-generated per-directory TUI config (e.g. written by `PATCH /tui/config`
|
||||
# during local testing); should never be committed.
|
||||
packages/*/.kilo/tui.json
|
||||
packages/*/.kilo/tui.jsonc
|
||||
|
||||
# Test Artifacts
|
||||
packages/app/.artifacts/
|
||||
packages/opencode/.artifacts/
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user