Skip to content
Merged
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
11 changes: 11 additions & 0 deletions .chezmoiignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ CLAUDE.md
/**/__pycache__/
plugins/
.mcp.json
# Repo-meta that lives at the source root for working *in this repo* but must not
# apply to $HOME (same rationale as README.md / Dockerfile / plugins/ above).
# Root-anchored so only the source-root copy is ignored, never a managed nested
# target of the same basename.
/LICENSE
/DOCKER.md
/docs/
/tests/
# ~/tmp is a scratch dir, not dotfiles state — chezmoi shouldn't manage it or the
# one-off notes previously committed under tmp/.
/tmp/
Loading