如果idea修改.gitignore无效的解决办法

在你项目中右键点击 Git Bash Here进行命令窗口输入

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

你可能感兴趣的:(git)