.gitignore 只能停止跟踪新文件,已经跟踪的文件是无法排除的 如果要告诉git 停止跟踪某个已经在跟踪的文件
git rm -r —cached 文件名
git commit -m ‘commnet’
git push origin master