VideoConcat/wails/resources/ffmpeg/.gitignore
2026-01-08 13:25:06 +08:00

27 lines
527 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 忽略 FFmpeg 二进制文件(文件太大,通常不应提交到 Git
# 用户需要自行下载并放置二进制文件到编译时嵌入
# 根目录的二进制文件(向后兼容)
ffmpeg
ffprobe
ffmpeg.exe
ffprobe.exe
# 按平台组织的目录中的二进制文件
darwin/ffmpeg
darwin/ffprobe
windows/ffmpeg.exe
windows/ffprobe.exe
linux/ffmpeg
linux/ffprobe
# 但保留 README.md、.gitkeep 和目录结构
!README.md
!.gitkeep
!darwin/
!windows/
!linux/
!darwin/.gitkeep
!windows/.gitkeep
!linux/.gitkeep