ch/update count_lines to exclude dirs

This commit is contained in:
itsscb 2023-10-27 16:00:14 +02:00
parent a8377110bb
commit 42dd9613d4

View File

@ -106,6 +106,6 @@ evans:
evans --host localhost --port 9090 --package pb -r repl
count_lines:
cloc --exclude-dir=.history,.git .
cloc --exclude-dir=.history,.git,.idea,.dart_tool,build,ios,android,linux,macos,web,windows .
.PHONY: reset_docker backend_build rebuild backend backend dev network postgres migratenew migrateup migratedown createdb dropdb sqlc sqlcinit test coverage server mock proto evans count_lines