[Fix] cleanup

This commit is contained in:
coja
2026-08-13 01:11:41 +02:00
parent f62cb40499
commit 86726cddce
312 changed files with 12274 additions and 10772 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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/