From b0d05c6ef6b16c25fec5b4ad1659ef70e755f09a Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 30 Jul 2025 01:19:01 -0700 Subject: [PATCH] [chore] Mark generated TypeScript files in .gitattributes (#4592) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 37d931349..af4b6adbc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,7 @@ *.ts text eol=lf *.vue text eol=lf *.js text eol=lf + +# Generated files +src/types/comfyRegistryTypes.ts linguist-generated=true +src/types/generatedManagerTypes.ts linguist-generated=true