Git中修改后.gitignore文件不起作用的解决

git rm -r --cached .

git add .

git commit -m 'update .gitignore'

猜你喜欢

转载自blog.csdn.net/Lucky____Boy/article/details/88719095