diff .chezmoi.toml.tmpl @ 683:0b30faf23a07

chore: exclude scripts from chezmoi diff
author zegervdv <zegervdv@me.com>
date Sun, 02 Oct 2022 11:28:28 +0200
parents 9f8854fc3cc2
children 587765960227
line wrap: on
line diff
--- a/.chezmoi.toml.tmpl	Sat Oct 01 22:22:36 2022 +0200
+++ b/.chezmoi.toml.tmpl	Sun Oct 02 11:28:28 2022 +0200
@@ -35,3 +35,6 @@
 [merge]
   command = "nvim"
   args = ["-d", {{ "{{ .Destination }}" | quote }}, {{ "{{ .Source }}" | quote }}, {{ "{{ .Target }}" | quote }}]
+
+[diff]
+  exclude = ["scripts"]