IDEA中.gitignore配置不生效的解决方案

一、创建项目

IDEA中.gitignore配置不生效的解决方案_第1张图片
IDEA中.gitignore配置不生效的解决方案_第2张图片
IDEA中.gitignore配置不生效的解决方案_第3张图片

二、执行以下Git命令

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

IDEA中.gitignore配置不生效的解决方案_第4张图片
IDEA中.gitignore配置不生效的解决方案_第5张图片

你可能感兴趣的:(intellij,idea,git)