From f6404faea1021de99ccd09c4a2cd313ea4f5e8a2 Mon Sep 17 00:00:00 2001 From: AINative Admin Date: Mon, 6 Apr 2026 02:58:15 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4a76c6c17..7540078b8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ bin/gstack-global-discover .gstack/ .claude/skills/ .agents/ +.ainative/ .factory/ .kiro/ .opencode/