summaryrefslogtreecommitdiff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-12 11:49:34 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitcd7611594e6818e3c792bda5f06d4538d61784e2 (patch)
tree83cd27bada9d7e6174b7f363d2e6a429ce446d1b /.chezmoi.toml.tmpl
parent1ea8e7a393e34770766b4231ded16cba7315cc52 (diff)
fix(chezmoi): remove scripts from chezmoi diff
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r--.chezmoi.toml.tmpl3
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"]