From ec199ca83640dfd324cfbf6df613333d5af54abe Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 1 Oct 2025 09:41:18 -0400 Subject: [PATCH 1/2] Adding skeleton file --- .gitattributes | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e69de29 -- 2.47.3 From 4f529a48cea4ae7ca3c9cdf3b9fa4c7fa0614bc0 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 1 Oct 2025 09:43:37 -0400 Subject: [PATCH 2/2] 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 -- 2.47.3