如何移除远程".idea"
Posted thinkam
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何移除远程".idea"相关的知识,希望对你有一定的参考价值。
操作
- (添加/编辑
.gitignore
) - 执行
git rm --cached -r .idea
- 执行
git commit -m "remove remote .idea"
执行
git push origin master
参考资料
- Git - 从git仓库中删除.idea文件夹
Remove file from Version Control in IntelliJ IDEA
如何避免
在第一次commit前添加.gitignore
以上是关于如何移除远程".idea"的主要内容,如果未能解决你的问题,请参考以下文章
IDEA在用控制台运行的时候,警告未来的JDK中将会移除Nashorn engine,怎么限制不让他输出这个警告?
intellij idea weblogic 下面 怎么远程断点