From 77c25d8dd371933fc5e3f94babef48586b14e75c Mon Sep 17 00:00:00 2001 From: Neon-Gr33n <41244356+neon-gr33n@users.noreply.github.com> Date: Sun, 6 Aug 2023 22:16:10 -0400 Subject: [PATCH] Created .gitattributes Created .gitattributes file to fix GameMaker's ".yy" files being mislabeled as "Yacc" --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..df30603 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.yy linguist-language=GML