From 4f529a48cea4ae7ca3c9cdf3b9fa4c7fa0614bc0 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 1 Oct 2025 09:43:37 -0400 Subject: [PATCH] Adding content --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index e69de29..ae41575 100644 --- a/.gitattributes +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Tell GitHub Linguist to ignore C# files for language detection +*.cs linguist-vendored +*.cs linguist-documentation + +# Explicitly identify Rust as the primary language +*.rs linguist-language=Rust