|
|
|
|
|
by headcanon
4367 days ago
|
|
TIL about cloc! Thank you good sir.
It seems as though this is because he had node_modules checked into source control on the frontend part. npm basically likes to download the whole internet when you run npm install, so these stats do not suprise me. Checking in that directory is generally discouraged, but its possible he wanted to avoid adding the node dependency in order to ease installation. |
|