Version the deploy skill with the repo

.claude/ was ignored wholesale, which meant the deploy skill lived only
on one machine. Narrow the rule so .claude/skills/ is tracked while
settings.local.json stays local.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
JP
2026-08-08 17:02:51 +00:00
parent 45d9bd12d7
commit 2beb2d5d43
2 changed files with 72 additions and 1 deletions

4
.gitignore vendored
View File

@@ -32,7 +32,9 @@ yarn-error.log*
.env*.local
# claude
.claude/
.claude/*
# Skills are project documentation and worth versioning; local settings are not.
!.claude/skills/
# vercel
.vercel