diff options
Diffstat (limited to '.chezmoi.toml.tmpl')
| -rw-r--r-- | .chezmoi.toml.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 23ebba7..d9ac403 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,2 +1,8 @@ [data] hostname = "{{ .chezmoi.hostname }}" + +[status] + exclude = ["scripts"] + +[diff] + exclude = ["scripts"] |
