Files
ERP.LT/scripts/cloc.sh
2026-09-09 22:20:29 +03:00

2 lines
130 B
Bash

#!/usr/bin/bash
cloc . --fullpath --not-match-d="\.hemttout|\.hemtt/presets|target|node_modules" --not-match-f="package-lock.json"