From c83a37c20a5fd93d66ccd857dbb8ab6a7aeffc64 Mon Sep 17 00:00:00 2001 From: KD Date: Wed, 1 Oct 2025 09:48:02 -0400 Subject: [PATCH] Change language of project (#184) * Adding skeleton file * Adding content --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae41575 --- /dev/null +++ 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