在idea上導(dǎo)入git項(xiàng)目,發(fā)現(xiàn)js跟jsp目錄無法顯示。最后發(fā)現(xiàn)這樣設(shè)置就可以了:
1、Settings→Editor→File Types
2、在下方的忽略文件和目錄(Ignore files and folders)中添加自己需要過濾的內(nèi)容
在窗口最下方“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;
