From 8820171b7324b0b93ebdaa3a2fd6f7b53e0dba1b Mon Sep 17 00:00:00 2001 From: Buddy Date: Thu, 20 Aug 2026 12:38:07 -0700 Subject: [PATCH] chore: update .chezmoiignore format --- .chezmoiignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 4a40854..5926e48 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,22 +1,22 @@ -/.idea -/README.md -/scripts +.idea/ +README.md +scripts/ {{- if not .include_legacy }} -/.local/share/duck-encoder +.local/share/duck-encoder {{- end }} {{- if ne .role "personal" }} -/.authcode -/.config/git/config.d/personal.config -/.config/nushell/lib/secrets/personal.nu -/.ssh +.authcode +.config/git/config.d/personal.config +.config/nushell/lib/secrets/personal.nu +.ssh {{- end }} {{- if eq .role "work" }} -/.config/npm/npmrc +.config/npm/npmrc {{- end }} {{- if ne .role "work" }} -/.config/npm/config -/.config/git/config.d/work.config -/.config/nushell/lib/secrets/work.nu -/.config/nushell/lib/work -/.config/nushell/lib/work/mod.nu +.config/npm/config +.config/git/config.d/work.config +.config/nushell/lib/secrets/work.nu +.config/nushell/lib/work +.config/nushell/lib/work/mod.nu {{- end }}