1. git rm -r --cached .
2. 在.gitignore文件里添加新的忽略的文件或者文件夹
3. git add .
4. git commit -m 'update .gitignore'