已经提交多个版本后,临时添加的忽略不生效
需要在命令行中先执行清除缓存
git rm -r --cached .
然后添加提交 .gitignore文件
git add . git commit -m 'update .gitignore'
已经提交多个版本后,临时添加的忽略不生效
需要在命令行中先执行清除缓存
git rm -r --cached .
然后添加提交 .gitignore文件
git add . git commit -m 'update .gitignore'