13 lines
663 B
Plaintext
13 lines
663 B
Plaintext
# Search config for THIS repo only (ripgrep / fd / telescope read .ignore).
|
|
#
|
|
# Everything this repo holds lives in dotfiles and dotdirs — common/.config, gui/.config,
|
|
# common/.pi, common/.bashrc — which rg and fd skip by default, so an unqualified search
|
|
# here returned nothing at all. Un-hide them, then put back the two dirs that would swamp
|
|
# every result: negating .* alone drags in the whole of .git, and .claude/worktrees holds
|
|
# entire checkouts of this same repo (background sessions create them), so every hit would
|
|
# appear several times over. Scoped to this directory tree; searches elsewhere on the
|
|
# machine are unaffected.
|
|
!.*
|
|
.git/
|
|
.claude/
|