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:
AINative Admin 2026-04-06 02:58:15 -07:00
parent 03973c2fab
commit f6404faea1
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ bin/gstack-global-discover
.gstack/
.claude/skills/
.agents/
.ainative/
.factory/
.kiro/
.opencode/