From 24c8fec04147ad4ba612087a569474d85b500e5c Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Thu, 4 Jan 2018 22:37:15 +0100 Subject: [PATCH] edit cloc.bat - exclude HTML JAVASCRIPT CSS - exclude _docu/ _config/ _info --- clolc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clolc.bat b/clolc.bat index c56ecde..017b5b0 100644 --- a/clolc.bat +++ b/clolc.bat @@ -12,7 +12,7 @@ echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " echo. echo Run count lines of code ... echo. -_bin\win\cloc_1_72\cloc-1.72.exe . +_bin\win\cloc_1_72\cloc-1.72.exe . --exclude-lang=HTML,JavaScript,CSS --exclude-dir=_docu,_config,_info echo. echo. pause \ No newline at end of file