From 14c80483a9b2e0f54d6298307b4e7beb65930461 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Wed, 11 Jun 2025 17:00:37 -0400 Subject: [PATCH] fix(gitattributes): update pattern for generated files (#652) Signed-off-by: Jason Cameron --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 70e1a30..3a56398 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -web/index_templ.go linguist-generated +**/*_templ.go linguist-generated=true