美文网首页
IntelliJ IDEA添加过滤文件或目录

IntelliJ IDEA添加过滤文件或目录

作者: 奇点一氪 | 来源:发表于2018-12-28 18:56 被阅读1次

Settings→Editor→File Types

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

下图为我自己添加过滤的内容,例如:

*.hprof;*.iml;*.iml.*;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;vssver.scc;vssver2.scc;*.idea;*.gitignore;*.sh;*.classpath;*.project;*.settings;target;
image.png

相关文章

网友评论

      本文标题:IntelliJ IDEA添加过滤文件或目录

      本文链接:https://www.haomeiwen.com/subject/pzmelqtx.html