edit cloc.bat

- exclude HTML JAVASCRIPT CSS
- exclude _docu/ _config/ _info
This commit is contained in:
Bastian Schroll 2018-01-04 22:37:15 +01:00
parent fd70541b91
commit 24c8fec041

View file

@ -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