mise bootstrap dotfiles exclude
- Usage:
mise bootstrap dotfiles exclude <GLOB> - Effect: modifies state
- Source code:
src/cli/dotfiles/exclude.rs
Never capture paths matching a glob
Adds the glob to [history] exclude in the global config. Use it for logs, caches, databases, and constantly rewritten application state; a file that genuinely holds configuration but changes constantly is better tracked with --no-autosave and saved explicitly.
Arguments
<GLOB>— A glob such as~/.config/hypr/plugins/**
Flags
-h --help— Print help