📅  最后修改于: 2022-03-11 14:49:27.982000             🧑  作者: Mango
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
git add .gitignore
git commit -m '.DS_Store banished!'