[Chore] cleanup

This commit is contained in:
2026-08-13 03:36:03 +02:00
parent 1e39e0cb4b
commit 3ec2503f38
4 changed files with 0 additions and 396 deletions
-9
View File
@@ -1,12 +1,3 @@
# 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/