mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5869 from micmania1/patch-11
FIX don't look in node_modules
This commit is contained in:
commit
14e0cd52bd
@ -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