CORS support #183

Merged
kdeng00 merged 12 commits from cors into main 2025-10-10 16:33:16 -04:00
2 changed files with 13 additions and 0 deletions
Showing only changes of commit e294310f8e - Show all commits
+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 .DS_STORE
Storage/ Storage/
*.sln
*.cs
*.csproj