From b4e5c9890dc093d7102e188c6b99fe92025e68c1 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Thu, 9 Apr 2026 10:47:13 -0600 Subject: [PATCH] added .git to ignore list (#13816) (#13819) Co-authored-by: kelly <69541941+kporter101@users.noreply.github.com> --- .copywrite.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index ac6fcf2e4d..126b0188df 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -9,6 +9,7 @@ project { # Supports doublestar glob patterns for more flexibility in defining which # files or folders should be ignored header_ignore = [ + ".git/**", "enos/.enos/**", "enos/.terraform/**", "enos/k8s/.enos/**",