Skip to content

Commit 526e7d2

Browse files
committed
chore: ignore output/ — generator artifacts, not source
Every `openkb skill new` writes to `<kb>/output/skills/<name>/`. When the KB happens to be the openkb repo itself (e.g. dogfooding the skill factory from the project root), the untracked artifacts show up as `??` in git status forever. Goes alongside raw/, wiki/, and .openkb/ in the "Knowledge base test artifacts" section — same intent: generator outputs and user data, never source. Note: `skills/openkb/` (the canonical dogfooded skill checked into this repo) is at the top-level `skills/` directory, separate from `output/skills/`, so this ignore does not accidentally hide committed content.
1 parent 02e8d1b commit 526e7d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ venv/
1313
raw/
1414
wiki/
1515
.openkb/
16+
output/
1617

1718
# Local only
1819
docs/

0 commit comments

Comments
 (0)