解决 Git 识别 Scoop 导出列表为二进制文件
解决 git 识别 scoop 导出列表为二进制文件
# 在 .gitattributes 中单独指定
path/to/specific.json diff=json
# 清理 Git 缓存
git rm --cached your_file.json
git add your_file.json 解决 git 识别 scoop 导出列表为二进制文件
# 在 .gitattributes 中单独指定
path/to/specific.json diff=json
# 清理 Git 缓存
git rm --cached your_file.json
git add your_file.json