c83a37c20a
* Adding skeleton file * Adding content
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
# 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
|