mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
7391ba6229
commit
5fcdf8c313
@ -33,7 +33,7 @@ class SS_FileFinder {
|
||||
* @var array
|
||||
*/
|
||||
protected static $vcs_dirs = array(
|
||||
'.git', '.svn', '.hg', '.bzr'
|
||||
'.git', '.svn', '.hg', '.bzr', 'node_modules',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user