chore: ignore skill install artifacts (#317)

`npx skills add` writes .agents/, .claude/, and skills-lock.json into
consumer projects. Ignore them in this source repo so the install can be
run from inside the repo without polluting git status.

https://claude.ai/code/session_01HStJ5nara1i4H6yrXrio2w

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
sebsalasenroute
2026-05-26 11:13:50 -07:00
committed by GitHub
parent 0f39e12b76
commit 3fb8bb625d
+5
View File
@@ -1,6 +1,11 @@
# Dependencies # Dependencies
node_modules/ node_modules/
# Skill install artifacts (npx skills add)
.agents/
.claude/
skills-lock.json
# Environment variables / secrets # Environment variables / secrets
.env .env
.env.* .env.*