Documentation Index
Fetch the complete documentation index at: https://docs.buttons.sh/llms.txt
Use this file to discover all available pages before exploring further.
buttons ignore
Keep a button or drawer out of git (writes .buttons/.gitignore)Synopsis
Adds the named button/drawer to .buttons/.gitignore so git won’t track it. Useful for scratch/test buttons an agent spins up while iterating. buttons ignore NAME — ignore a button buttons ignore drawer/NAME — ignore a drawer buttons ignore — list currently-ignored entries buttons unignore NAME — re-include in git buttons create NAME —ignore — create + ignore in one step The .buttons/.gitignore file is a standard gitignore scoped to the .buttons/ subtree — git applies it natively, no extra config.Options
Options inherited from parent commands
SEE ALSO
- buttons - Deterministic workflow engine for agents