From 129952859e6e56942eea89d40f77cc77f12e2ecf Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Sun, 31 May 2026 23:59:04 +0800 Subject: [PATCH] chore(gitignore): exclude local agent/skill scaffolding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .agents/ holds editor-side agent definitions and skills-lock.json is a local skill manifest — neither belongs in the repo. Also adds a trailing newline so the file ends cleanly. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ab4077da..cfe5be45 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,7 @@ PR_DESCRIPTION.md # Go build artifacts /nofx-server .gstack/ + +# Local AI agent / skill scaffolding (not part of the runtime app) +.agents/ +skills-lock.json