chore(ms-ai-architect): gitignore .kb-backup and rollback sentinel [skip-docs]

Pre-step for v1.12.0 auto-KB-update for fork-and-own. The cron-rewrite
in Step 9 will create plugin-root/.kb-backup/<ISO-ts>/skills/ during each
run; gitignoring it here ensures backups never enter git history. The
.rollback-in-progress sentinel is created by lib/backup.mjs#restore() and
must also be ignored.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-05-05 10:28:55 +02:00
commit 96ca7190b4

View file

@ -21,3 +21,5 @@ node_modules/
.work/
org/
scripts/kb-update/data/
.kb-backup/
.rollback-in-progress