mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
Add repo scaffolding: .gitignore, CLAUDE.md, settings.json
This commit is contained in:
parent
648bd02c68
commit
72e24b687c
3 changed files with 108 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Claude agent memory (project-scoped, committed per-project — not here)
|
||||
# Uncomment if you want to exclude agent memory from this repo:
|
||||
# .claude/agent-memory/
|
||||
|
||||
# Local settings overrides
|
||||
settings.local.json
|
||||
|
||||
# OS noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue