Update counts

This commit is contained in:
Matthew Ross 2020-08-19 19:46:24 -04:00
parent 184cb08960
commit 805ed4b653

View File

@ -195,11 +195,11 @@ Because I like seeing the numbers.
Language | Files | Blank | Comment | Code
-----------|--------:|---------:|---------:|---------:
TypeScript | 66 | 971 | 134 | 4059
PHP | 20 | 752 | 40 | 2265
HTML | 21 | 260 | 2 | 1550
SASS | 14 | 298 | 10 | 1344
**SUM:** | **121** | **2281** | **186** | **9218**
TypeScript | 67 | 976 | 129 | 4099
PHP | 20 | 744 | 37 | 2242
HTML | 21 | 268 | 2 | 1572
SASS | 14 | 299 | 10 | 1347
**SUM:** | **122** | **2287** | **178** | **9260**
Command: `cloc --exclude-dir=vendor,favicons --exclude-ext=json,svg,ini src/`
@ -207,8 +207,8 @@ Command: `cloc --exclude-dir=vendor,favicons --exclude-ext=json,svg,ini src/`
Language | Files | Blank | Comment | Code
-----------|-------:|---------:|---------:|---------:
TypeScript | 38 | 1009 | 8 | 3526
PHP | 11 | 795 | 19 | 2301
**SUM:** | **49** | **1804** | **27** | **5827**
TypeScript | 38 | 1017 | 8 | 3540
PHP | 11 | 784 | 19 | 2272
**SUM:** | **49** | **1801** | **27** | **5812**
Command: `cloc --exclude-ext=xml test/`