idea中文件夹无法显示

529 阅读1分钟

在idea上导入git项目,发现js跟jsp目录无法显示。最后发现这样设置就可以了:

1、Settings→Editor→File Types

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

在窗口最下方“Ignore files and folders”一栏中添加如下忽略:         .hprof;.iml;.pyc;.pyo;.rbc;.yarb;*~;.DS_Store;.git;.hg;.idea;.svn;CVS;pycache;_svn;css;html;node_modules;vssver.scc;vssver2.scc; image.png