Merge "Don't add a link to Special:RecentChanges when tag filter is disabled"
[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',
                );