From e71a65920c74a2e739226b32175e22b1578c64fb Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 11 Aug 2026 10:48:13 +0200 Subject: [PATCH] feat: ignore claude settings.json on non-private machine class --- .chezmoiignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoiignore b/.chezmoiignore index ff52438..5757f4d 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -8,4 +8,5 @@ key.txt.age {{- if ne .machineClass "private" }} .ssh/config.d/home .ssh/config.d/web +.claude/settings.json {{- end }}