From 745e7ae64d27e781bea21b2f9b9b91d4025f2cca Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Mon, 29 May 2023 19:26:56 +0200 Subject: [PATCH] Fix Git Language detection. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab47afd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Disabling some folders +RTE/** -linguist-detectable +**/*.uvoptx -linguist-detectable +**/*.uvl -linguist-detectable \ No newline at end of file