Commit 526e7d2
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments