diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index fe86273dd6c..1a1c298e90a 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -89,7 +89,7 @@ $resexec = (int) (empty($resexec) ? 0 : trim($resexec)); */ // Count lines of code of application -$commandcheck = ($dirscc ? $dirscc.'/' : '').'scc . --exclude-dir=includes,custom'; +$commandcheck = ($dirscc ? $dirscc.'/' : '').'scc . --exclude-dir=includes,custom,theme/common/fontawesome-5,theme/common/octicons'; print 'Execute SCC to count lines of code in project: '.$commandcheck."\n"; $output_arrproj = array(); $resexecproj = 0; @@ -320,9 +320,9 @@ $html .= ''; foreach (array('proj', 'dep') as $source) { $html .= '