Files
icarus/.gitattributes
T
2025-10-01 09:50:43 -04:00

11 lines
279 B
Plaintext

# Override specific file types
*.cs linguist-language=Rust
*.sln linguist-documentation
*.csproj linguist-documentation
# 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