创建 ~/.gitignore_global
.DS_Store
__pycache__/
配置选项
git config --global core.excludesfile /Users/nanakon/.gitignore_global
删除和提交
cd 进到项目
git rm --cached ~/Github/Nanakon/code/handlers/.DS_Store
git rm -r --cached ~/Github/Nanakon/code/handlers/__pycache__/