From 284fd9b6d36e78cd8f0afc50a80d74ca485b5836 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 16 Jul 2021 18:36:24 +0700 Subject: [PATCH] Add linguist override to identify .gd files as GDScript rather than GAP --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0a79690 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# linguist override to identify .gd files as GDScript rather than GAP. +*.gd linguist-language=GDScript