git 新增忽略文件:
将文件名或者文件夹名添加到 .gitignore中
执行 git rm --cached -r 文件夹|文件
git add .
git commit -m '修改了.gitignore‘
git push