Intellij 配置.gitignore

  1. 创建.gitingore文件


    image.png

2.如果之前无提交过需要忽略的文件,需要进入项目所在的git目录
执行如下命令
git
git rm - r --cached 文件夹
git commit -m '操作日志'
git push -u origin master

你可能感兴趣的:(Intellij 配置.gitignore)