From c2922ea4278b22eb48af66302680269ea9c175d2 Mon Sep 17 00:00:00 2001 From: "Snyder, Christopher" Date: Wed, 8 Jul 2026 11:25:24 -0400 Subject: [PATCH] Ignore repo docs so they are not deployed to $HOME Add a .chezmoiignore excluding README.md and the images/ directory. These are repository documentation, not dotfiles, and were previously being written to ~/README.md and ~/images. --- .chezmoiignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .chezmoiignore diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..b1de097 --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,3 @@ +# Repository documentation — not dotfiles, so don't deploy to $HOME +README.md +images