mirror of https://github.com/garrytan/gstack.git
Add .ainative/ to .gitignore for AINative host output
The AINative Studio host config (hosts/ainative.ts) generates skills into .ainative/skills/. This directory was missing from .gitignore, causing untracked files after running gen:skill-docs --host ainative or setup --host ainative. All other host output dirs (.agents/, .factory/, .kiro/, .opencode/, .slate/, .cursor/, .openclaw/) are already covered. Refs #840
This commit is contained in:
parent
03973c2fab
commit
f6404faea1
|
|
@ -7,6 +7,7 @@ bin/gstack-global-discover
|
||||||
.gstack/
|
.gstack/
|
||||||
.claude/skills/
|
.claude/skills/
|
||||||
.agents/
|
.agents/
|
||||||
|
.ainative/
|
||||||
.factory/
|
.factory/
|
||||||
.kiro/
|
.kiro/
|
||||||
.opencode/
|
.opencode/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue