summary refs log tree commit diff
path: root/.chezmoiignore
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-07 22:31:26 +0100
committerAlen <alen@dotfiles.xyz>2023-09-07 22:31:26 +0100
commit97da74b7a66fb824827fede0c4f4863e61c2134d (patch)
treecdfe7eddacc869a58bad1f87a7dce243a77ad061 /.chezmoiignore
parent6622e32fbf5904c79ae7644d4989c0c2e8716a96 (diff)
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.
Diffstat (limited to '.chezmoiignore')
-rw-r--r--.chezmoiignore10
1 files changed, 10 insertions, 0 deletions
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 }}