Default list of excluded files increased

Now by default the excluded files includes anything in the _coder
folder, plus filetypes that shouldn't really be searched within (mainly
media files).
This commit is contained in:
Matt Pass
2012-05-28 19:10:29 +01:00
parent d1df67338d
commit 1382277c74

View File

@@ -5,7 +5,7 @@ $cMThisVer = 2.25;
$tabsIndent = true;
$testcMVersion = false;
$openLastFiles = true;
$findFilesExclude = array("_coder");
$findFilesExclude = array("_coder",".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip");
$codeAssist = true;
$visibleTabs = false;
$lockedNav = true;