diff options
| -rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index e8e90fd..c57e8b7 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -26,3 +26,6 @@ [data] git_email = {{ $git_email | quote }} git_name = {{ $git_name | quote }} + +[diff] + exclude = ["scripts"] |
