Still having issues with the language

This commit is contained in:
kdeng00
2025-10-01 09:50:43 -04:00
parent 4f529a48ce
commit 20f75e7378
+9 -5
View File
@@ -1,6 +1,10 @@
# Tell GitHub Linguist to ignore C# files for language detection
*.cs linguist-vendored
*.cs linguist-documentation
# Override specific file types
*.cs linguist-language=Rust
*.sln linguist-documentation
*.csproj linguist-documentation
# Explicitly identify Rust as the primary language
*.rs linguist-language=Rust
# Or vendor all non-Rust files
*.cs linguist-vendored
*.js linguist-vendored
*.py linguist-vendored
# ... etc for any other language files you want to ignore