(转载)SVN 添加ignore file防止svn提交target和iml文件
在idea 2019上使用svn后,发现svn的version controll没有添加ignore file的设置,最后发现这样设置就可以了:
1、Settings→Editor→File Types
2、在下方的忽略文件和目录(Ignore files and folders)中添加自己需要过滤的内容
在窗口最下方“Ignore files and folders”一栏中添加如下忽略: .iml;.idea;.gitignore;.sh;.classpath;.project;*.settings;target;
参考链接:https://www.cnblogs.com/shindo/p/7337402.html