Merge conflict

This commit is contained in:
kdeng00
2025-10-01 17:08:17 -04:00
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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
+4
View File
@@ -7,3 +7,7 @@
.DS_STORE
Storage/
*.sln
*.cs
*.csproj