From 283adc02c9adbca20a2853291de4e49d554b978b Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sat, 23 Aug 2025 17:18:21 +0200 Subject: [PATCH] Add linguist-vendored attribute for .gd files in .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6315eff..04bb7eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf addons/* linguist-vendored +*.gd linguist-vendored