Files
video-downloader/.gitignore
T
anthony 65f92abe7b feat: add Linux ffprobe and Windows ffmpeg/ffprobe binaries to bin/
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.
2026-08-11 14:39:27 +02:00

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/