Merge "Removed deprecated $wgMasterWaitTimeout; not used by LoadBalancer"
[lhc/web/wiklou.git] / maintenance / mwdocgen.php
index ee0ff01..49eae4a 100644 (file)
@@ -91,6 +91,7 @@ class MWDocGen extends Maintenance {
                $this->template = $IP . '/maintenance/Doxyfile';
                $this->excludes = array(
                        'vendor',
+                       'node_modules',
                        'images',
                        'static',
                );