Change language of project #184

Merged
kdeng00 merged 2 commits from gitattributes into main 2025-10-01 09:48:03 -04:00
Showing only changes of commit 4f529a48ce - Show all commits
+6
View File
@@ -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