Its a crux!

chore: tweak cloc command

Signed-off-by: Jonathan Basniak <740416+gm112@users.noreply.github.com>

+1 -1
+1 -1
package.json
··· 19 19 "workspace:setup:generate-certs": "cd ./shared/localhost && mkcert -install && mkcert -cert-file localhost.pem -key-file localhost-key.pem localhost 127.0.0.1 ::1'", 20 20 "workspace:setup:generate-tsconfig-project-references": "bash ./scripts/pnpm-workspace/update-tsconfig.sh", 21 21 "workspace:setup:generate-tfvars": "bash ./scripts/terraform/generate-tfvars.sh", 22 - "cloc": "pnpm dlx cloc --vcs git . --exclude-list-file=pnpm-lock.yaml" 22 + "cloc": "pnpm dlx cloc --vcs git . --exclude-list-file=pnpm-lock.yaml --exclude-lang=JSON,INI,Text,YAML" 23 23 }, 24 24 "keywords": [], 25 25 "author": "gm112",