Unignore .claude/agents/ and settings.json so agent definitions are version-controlled. Adds dedicated database coding agent and enables memory on all md-* agents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
295 B
Plaintext
20 lines
295 B
Plaintext
# Sub-project repositories (independent git repos)
|
|
discord-app-v2/
|
|
database/
|
|
sba-website/
|
|
|
|
# Development mounts
|
|
dev-storage/
|
|
dev-logs/
|
|
|
|
# Claude Code config (track agents and settings, ignore ephemeral data)
|
|
.claude/*
|
|
!.claude/agents/
|
|
!.claude/settings.json
|
|
|
|
# Archive
|
|
.archive/
|
|
|
|
# OS
|
|
.DS_Store
|