From 7073274477a42e81e3c651420284fb4ea039b8d0 Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Fri, 11 Sep 2026 02:26:08 +0800 Subject: [PATCH 1/2] fix: exclude Finder metadata from chezmoi targets Ignore .DS_Store target paths so recursive add cannot adopt them as encoded dot_DS_Store sources outside the global Git ignore rule. Apply the same exclusion to existing encoded sources at any depth. --- .chezmoiignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoiignore b/.chezmoiignore index 468d2f2..d7ba398 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,3 +1,4 @@ **/*.test.* +**/.DS_Store AGENTS.md Brewfile From 0bff54a46b5d94c63f095188a2c7f23fadab2e98 Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Fri, 11 Sep 2026 02:39:42 +0800 Subject: [PATCH 2/2] style: group chezmoi ignore entries by scope --- .chezmoiignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoiignore b/.chezmoiignore index d7ba398..8be6e83 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,4 +1,5 @@ **/*.test.* **/.DS_Store + AGENTS.md Brewfile