mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-06 05:51:19 +08:00
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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user