Files
icarus/.gitattributes
T
KD c83a37c20a Change language of project (#184)
* Adding skeleton file

* Adding content
2025-10-01 09:48:02 -04:00

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