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 36e7889..9bf243b 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -26,3 +26,6 @@ /OneDrive/Documents/PowerShell/profile.ps1 /Documents/PowerShell/profile.ps1 {{ end }} + +# Ignore reminders.swift for non-macOS +{{ if ne .chezmoi.os "darwin" -}} /.local/bin/reminders.swift {{- end }} |