gitignore 忽略文件不生效处理方法
执行一下脚本即可:
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push
此博客主要用于记录相关知识点,大部分内容来自网络文章,特此感谢各位作者
执行一下脚本即可:
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push