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