mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: remove obsolete commit checkpoints file; update WebRTCPlayer for error handling; improve stream fallback logic in StreamPage
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,3 +1,32 @@
|
||||
# core
|
||||
.DS_Store
|
||||
.env
|
||||
.env*.local
|
||||
.env.production
|
||||
output
|
||||
dist
|
||||
target
|
||||
.idea
|
||||
.cache
|
||||
.output
|
||||
node_modules
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
.vercel
|
||||
*.db
|
||||
.repo_ignore
|
||||
i.*
|
||||
i-*
|
||||
i/
|
||||
internal/
|
||||
past.*
|
||||
past-*
|
||||
past/
|
||||
*.log
|
||||
private
|
||||
.blade
|
||||
.npm-cache
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
@@ -44,3 +73,4 @@ test_scripts/
|
||||
|
||||
# Rust
|
||||
target/
|
||||
.ai/
|
||||
|
||||
Reference in New Issue
Block a user