yt-dlp needs ffprobe alongside ffmpeg for postprocessing; only ffmpeg was bundled for the Linux/o2switch prod deploy. Also add Windows builds so local dev on Windows has a working ffmpeg/ffprobe pair, and gitignore .env.prod/.env.local so real deployment credentials never get committed.
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
node_modules/
|
|
.next/
|
|
.env
|
|
.env.prod
|
|
.env.local
|
|
*.log
|
|
storage/
|
|
worker/worker.pid
|
|
# Added by code-review-graph
|
|
.code-review-graph/
|