From 97da74b7a66fb824827fede0c4f4863e61c2134d Mon Sep 17 00:00:00 2001 From: Alen Date: Thu, 7 Sep 2023 22:31:26 +0100 Subject: Add basic .chezmoiignore Fixes README.md being applied to user's home dir. Avoids any future Zsh or Python compiled files from being deployed. Only applies the macOS Library/ folder on macOS installs. --- .chezmoiignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .chezmoiignore (limited to '.chezmoiignore') diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..2466552 --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,10 @@ +# Non-deployed files +/README.md + +# Compiled files, special OS files +**/*.zwc +**/*.pyc +**/.DS_Store + +# Ignore Library/ for non-macOS +{{ if ne .chezmoi.os "darwin" -}} /Library/ {{- end }} -- cgit 1.4.1-2-gfad0