From 20f75e737813b0e6fd9fb1f8ccba9c3fbee37894 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 1 Oct 2025 09:50:43 -0400 Subject: [PATCH] Still having issues with the language --- .gitattributes | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index ae41575..c497f09 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,10 @@ -# Tell GitHub Linguist to ignore C# files for language detection -*.cs linguist-vendored -*.cs linguist-documentation +# Override specific file types +*.cs linguist-language=Rust +*.sln linguist-documentation +*.csproj linguist-documentation -# Explicitly identify Rust as the primary language -*.rs linguist-language=Rust +# Or vendor all non-Rust files +*.cs linguist-vendored +*.js linguist-vendored +*.py linguist-vendored +# ... etc for any other language files you want to ignore