laravel-webrtc/.gitignore

13 lines
206 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/
/rust/dist/