chore(gitignore): exclude local agent/skill scaffolding

.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.
This commit is contained in:
tinkle-community
2026-05-31 23:59:04 +08:00
parent 7f0a9f0749
commit 129952859e

4
.gitignore vendored
View File

@@ -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