chore: vendor sglang v0.5.10 snapshot
This commit is contained in:
27
third_party/sglang/sgl-model-gateway/examples/wasm/.gitignore
vendored
Normal file
27
third_party/sglang/sgl-model-gateway/examples/wasm/.gitignore
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user