chore: ignore Kilo agent config files (kept on disk, system unaffected)

- Add .kilo/, kilo-meta.json, kilo.jsonc, AGENTS.md to .gitignore
- git rm --cached: files remain on disk, only removed from version control
- Agent pipeline (orchestrator, agents, capability-index) keeps working locally
This commit is contained in:
NW
2026-08-04 22:57:03 +01:00
parent 04c358eb30
commit 12c4cefc4c
51 changed files with 6 additions and 10261 deletions

6
.gitignore vendored
View File

@@ -24,3 +24,9 @@ db/*.db-shm
# Production backups (contain secrets + DB snapshots — never commit)
production-backup/
screenshot-dash.cjs
# Kilo agent configuration (managed locally, not committed)
.kilo/
kilo-meta.json
kilo.jsonc
AGENTS.md