📜  ds_store gitignore - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:02.090000             🧑  作者: Mango

代码示例2
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch

git add .gitignore
git commit -m '.DS_Store banished!'