.claude/agents/opus48.md: a general-purpose implementation agent pinned to Claude Opus 4.8, the capacity fallback for complex coding tasks dispatched from the main session. settings.local.json — the personal permission grants — joins .gitignore rather than the history, per its name. Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
# Generated by XcodeGen — project.yml is the source of truth
|
|
Kanban.xcodeproj/
|
|
|
|
# Xcode
|
|
DerivedData/
|
|
build/
|
|
*.xcresult
|
|
xcuserdata/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# App Store credentials (appstore-publish skill)
|
|
.env.release
|
|
|
|
# Claude Code — personal permission grants stay local
|
|
.claude/settings.local.json
|