From c8deba0c8f8a51f811871076b06822beb73d7ce0 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Wed, 20 Nov 2024 13:52:10 +0100 Subject: [PATCH] added git attributes for language detection on GitHub --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ff14b851 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# add language detection for custom file extension +*.ttslua linguist-language=Lua +*.gmnotes linguist-language=json +*.luascriptstate linguist-language=json \ No newline at end of file