FIX don't look in node_modules

Its a scary place. And can sometimes take 5 minutes+ to get back out.
This commit is contained in:
Michael Strong 2016-08-04 22:54:34 +12:00 committed by GitHub
parent 7391ba6229
commit 5fcdf8c313

View File

@ -33,7 +33,7 @@ class SS_FileFinder {
* @var array * @var array
*/ */
protected static $vcs_dirs = array( protected static $vcs_dirs = array(
'.git', '.svn', '.hg', '.bzr' '.git', '.svn', '.hg', '.bzr', 'node_modules',
); );
/** /**