Idea mac设置git忽略文件
时间:2020-01-01 13:05:55
收藏:0
阅读:473
1、路径
IntelliJ IDEA-->Preferences-->Editor --> File Types
2、在右侧会看到ignore files and folders,加入 *.iml;.idea;target;使用英文格式下的;隔开, 然后点OK进行保存
3、当前分支添加忽略文件,再Default ChangeList右键
4、修改的文件默认会在Default ChangeList中,将其拖动到Ignore Changelist
原文:https://www.cnblogs.com/monkeybrother/p/12128448.html
评论(0)