Still having issues with the language
This commit is contained in:
+9
-5
@@ -1,6 +1,10 @@
|
|||||||
# Tell GitHub Linguist to ignore C# files for language detection
|
# Override specific file types
|
||||||
*.cs linguist-vendored
|
*.cs linguist-language=Rust
|
||||||
*.cs linguist-documentation
|
*.sln linguist-documentation
|
||||||
|
*.csproj linguist-documentation
|
||||||
|
|
||||||
# Explicitly identify Rust as the primary language
|
# Or vendor all non-Rust files
|
||||||
*.rs linguist-language=Rust
|
*.cs linguist-vendored
|
||||||
|
*.js linguist-vendored
|
||||||
|
*.py linguist-vendored
|
||||||
|
# ... etc for any other language files you want to ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user