[model-gateway] change sgl-router to sgl-model-gateway (#14312)

This commit is contained in:
Simo Lin
2025-12-05 12:04:48 -08:00
committed by GitHub
parent 1ea6b740a7
commit 49dfa1d891
431 changed files with 86 additions and 93 deletions
@@ -0,0 +1,27 @@
# Rust build artifacts
target/
**/target/
# Cargo lock files (examples don't need locked dependencies)
Cargo.lock
**/Cargo.lock
# Generated WASM files
*.wasm
*.component.wasm
**/*.wasm
**/*.component.wasm
# Build scripts output
build/
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db