Language change (#185)

* Adding skeleton file

* Adding content

* Still having issues with the language

* Some changes

* Ignoring .NET related files
This commit was merged in pull request #185.
This commit is contained in:
KD
2025-10-01 09:55:04 -04:00
committed by GitHub
parent c83a37c20a
commit 309d76785a
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
*.cs linguist-vendored
*.cs linguist-documentation
# Override specific file types
*.cs linguist-language=Rust
*.sln linguist-documentation
*.csproj linguist-documentation
# Explicitly identify Rust as the primary language
*.rs linguist-language=Rust
# Or vendor all non-Rust files
*.cs linguist-vendored
*.js linguist-vendored
*.py linguist-vendored
+4
View File
@@ -7,3 +7,7 @@
.DS_STORE
Storage/
*.sln
*.cs
*.csproj