清除git对所有文件的trace:git rm -r --cached .把需要忽略的文件或文件夹路径添加到.gitignore文件中之后,就是正常的添加变更并提交git add .git commit -am"your comment"