From b864c24ac3007a2bba08f0bad1c98d1617891ebe Mon Sep 17 00:00:00 2001 From: ohill <145173879+ohill@users.noreply.github.com> Date: Wed, 29 May 2024 15:23:40 -0400 Subject: [PATCH] set linguist-generated=true https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7f50b21da..bcb84a383 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -src/client/v2/algod/models/types.ts linguist-generated -src/client/v2/indexer/models/types.ts linguist-generated +src/client/v2/algod/models/types.ts linguist-generated=true +src/client/v2/indexer/models/types.ts linguist-generated=true