fix: track .claude/ in git, only ignore settings.local.json

Project-specific commands and skills belong in the repo.
Only settings.local.json (machine-local permissions) is excluded.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 22:17:29 +01:00
parent 6ca8410902
commit 6680c5106d
2 changed files with 4 additions and 1 deletions

3
.claude/settings.json Normal file
View File

@@ -0,0 +1,3 @@
{
"model": "opus"
}

2
.gitignore vendored
View File

@@ -1 +1 @@
.claude/
.claude/settings.local.json