之前项目开发,使用svn,在提交代码时候到设置过滤文件,这里记录如何进行设置过滤文件格式。

1、Settings→Editor→File Types

2、在下方的忽略文件和目录(Ignore files and folders)中添加自己需要过滤的内容

在窗口最下方“Ignore files and folders”一栏中添加如下忽略:

*.iml;*.idea;*.gitignore;*.sh;*.classpath;*.project;*.settings;target; 

如图:

IDEA添加过滤文件或目录

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-18
相关资源
相似解决方案