laravel-webrtc/.gitignore

15 lines
441 B
Plaintext

/vendor/
composer.lock
.phpunit.result.cache
.phpunit.cache/
*.log
.DS_Store
.idea/
.vscode/
# Rust build artifacts (Cargo.lock IS committed — bin crate, reproducible releases).
# rust/target/ is local build output. rust/dist/ IS committed: it holds the
# prebuilt release binaries (+ .sha256) SHIPPED with the package for plug-and-play
# (BinaryManager::find resolves rust/dist/blax-webrtc-sfu-<platform> — no download).
/rust/target/