From 7ab9bb6b0b3857d766be3577e7b2159fbb131077 Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sat, 18 Feb 2023 19:55:34 +0000 Subject: [PATCH] feat: add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eb069cc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.gsh linguist-language=GSC +*.gsc linguist-language=GSC