Closed snowman closed 10 months ago
The project has following big files, slow to clone
curl -H "Accept: application/vnd.github.v3+json" \ 'https://api.github.com/repos/Hakuuyosei/QQHistoryExport/git/trees/master?recursive=1' \ | jq '[.tree[] | select(.type != "tree")] | sort_by(.size) | reverse | .[0:4] | map({path: .path, size: ((.size / 1024 / 1024 *100|round/100)|tostring + " MB")})'
[ { "path": "resources/fonts/AppleEmoji/AppleEmoji", "size": "96.45 MB" }, { "path": "lib/ffmpeg-lgpl/ffmpeg.exe", "size": "71.27 MB" }, { "path": "resources/fonts/simhei_aspect_ratio.db", "size": "35.7 MB" }, { "path": "resources/fonts/simhei.ttf", "size": "9.3 MB" } ]
suggestion:
ffmpeg
ignore it
The project has following big files, slow to clone