309d76785a
* Adding skeleton file * Adding content * Still having issues with the language * Some changes * Ignoring .NET related files
9 lines
220 B
Plaintext
9 lines
220 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 |