pio*_*rek 63 git intellij-idea gitignore
我尝试从Eclipse切换到IntelliJ IDEA.我有一个使用Git的项目,我想快速将文件添加到.gitignore文件中.在Eclipse中,我可以右键单击文件/目录并选择" Add to .gitignore ".
IntelliJ IDEA中是否有这样的东西,或者我必须手动编辑文件?
Rol*_*olf 75
IntelliJ没有选择单击文件并选择像Eclipse那样的" 添加到.gitignore ".
在没有拼写错误的情况下将文件或文件夹添加到.gitignore的最快方法是:
附加信息:IntelliJ可以使用.ignore 插件,当您右键单击文件时,会向弹出菜单中添加"添加到.gitignore"项.它就像一个魅力.
bin*_*iam 36
Intellij有.ignore
插件支持这个.
https://plugins.jetbrains.com/plugin/7495?pr=idea
安装插件后,右键单击项目并选择new
- > .ignore file
- >.gitignore file (Git)