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:
parent
f0fd129d3d
commit
96ca7190b4
1 changed files with 2 additions and 0 deletions
2
plugins/ms-ai-architect/.gitignore
vendored
2
plugins/ms-ai-architect/.gitignore
vendored
|
|
@ -21,3 +21,5 @@ node_modules/
|
|||
.work/
|
||||
org/
|
||||
scripts/kb-update/data/
|
||||
.kb-backup/
|
||||
.rollback-in-progress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue