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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user