diff options
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 7f855d2..db7e307 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -9,6 +9,9 @@ # Ignore Library/ for non-macOS {{ if ne .chezmoi.os "darwin" -}} /Library/ {{- end }} +# Ignore .CFUserTextEncoding for non-macOS +{{ if ne .chezmoi.os "darwin" -}} /.CFUserTextEncoding {{- end }} + # Ignore run_macos_* for non-macOS {{ if ne .chezmoi.os "darwin" -}} /*macos_*.sh {{- end }} |