mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
edit cloc.bat
- exclude HTML JAVASCRIPT CSS - exclude _docu/ _config/ _info
This commit is contained in:
parent
fd70541b91
commit
24c8fec041
|
|
@ -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
|
||||
Loading…
Reference in a new issue