Owows so many new files

This commit is contained in:
2026-09-09 22:20:29 +03:00
parent 3fcee5ea9a
commit 6441cc6709
21 changed files with 3249 additions and 58 deletions

2
scripts/cloc.sh Normal file
View File

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