diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-12 11:49:34 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | cd7611594e6818e3c792bda5f06d4538d61784e2 (patch) | |
| tree | 83cd27bada9d7e6174b7f363d2e6a429ce446d1b | |
| parent | 1ea8e7a393e34770766b4231ded16cba7315cc52 (diff) | |
fix(chezmoi): remove scripts from chezmoi diff
| -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"] |
