From 36b9c26fa8e9d965ecd65e56c4b84d0191ea7f91 Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Thu, 13 Mar 2025 19:55:44 +0100 Subject: [PATCH] dsqdq --- .gitattributes | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index fd8d32b..a538fdd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,4 @@ -# Mark files to be treated as plain text, ignoring language detection -RTE/** linguist-language=Plain Text -**/*.uvoptx linguist-language=Plain Text -**/*.uvl linguist-language=Plain Text - # Optionally, mark external files as vendored if needed -RTE/** linguist-detectable -**/*.uvoptx linguist-detectable -**/*.uvl linguist-detectable \ No newline at end of file +RTE/** -linguist-detectable +**/*.uvoptx -linguist-detectable +**/*.uvl -linguist-detectable \ No newline at end of file