1.vim .gitignore 2.写入规则 3.esc :wq 保存退出 4.修改后要清除缓存 git rm -r --cached . git add . git commit -m 'update .gitignore'