Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,11 @@ external/
dotagents.local.yaml
memsearch.conf
.skill-lock.json
memory/local/
memory/apply-local.sh
mcp/*/.env
mcp/*/.*.session
mcp/*/.venv/
npm/node_modules/

# Local development binary
# Local development
/dotagents

# Private strategy memos (never publish)
/SPEC.md
/GROWTH-PLAN.md
/ANYWHERE-AGENTS-ANALYSIS.md
npm/bin/*
!npm/bin/dotagents.js
Comment on lines 13 to 15

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Continue ignoring local MCP credentials

Because starter_assets.go embeds this file and ensureStarterAssets installs it into every newly scaffolded canonical configuration root, removing these patterns causes git add . to stage .env secrets, authentication session files, and generated virtual environments for users who keep local MCP implementations under mcp/<name>/. Restore the MCP-specific ignores so credentials and runtime state are not accidentally committed.

AGENTS.md reference: AGENTS.md:L54-L56

Useful? React with 👍 / 👎.

memory/local/
memory/apply-local.sh
npm/node_modules/
4 changes: 0 additions & 4 deletions .mailmap

This file was deleted.

Loading
Loading