diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-12 00:33:55 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-12 00:33:55 +0400 |
commit | 4b656fa5f5cd0bebfbef4b91e331ff3259dfd607 (patch) | |
tree | 57072d3d1637a4a41c7b8efa192e39ed82973658 /.chezmoiignore | |
parent | 6d712bccdaf891ea1c5402137f070c8504065e6c (diff) |
Add .CFUserTextEncoding
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 }} |