* fix(ffmpeg): require bundled ffprobe directory * ci(build): upload artifacts on PR * fix(download): allow embed thumbnail on macos
18 lines
214 B
Plaintext
18 lines
214 B
Plaintext
# Ignore yt-dlp binaries (too large for git)
|
|
yt-dlp.exe
|
|
yt-dlp_macos
|
|
yt-dlp_linux
|
|
ffmpeg.exe
|
|
ffmpeg_macos
|
|
ffmpeg_linux
|
|
ffmpeg
|
|
ffmpeg/
|
|
ffprobe
|
|
ffprobe.exe
|
|
deno.exe
|
|
deno
|
|
|
|
# But keep the README
|
|
!README.md
|
|
!.gitignore
|