Language change #185

Merged
kdeng00 merged 6 commits from gitattributes into main 2025-10-01 09:55:04 -04:00
2 changed files with 12 additions and 5 deletions
+8 -5
View File
@@ -1,6 +1,9 @@
# 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
+4
View File
@@ -7,3 +7,7 @@
.DS_STORE .DS_STORE
Storage/ Storage/
*.sln
*.cs
*.csproj