From 42dd9613d48e3a4d0db1256422c1382112468686 Mon Sep 17 00:00:00 2001 From: itsscb Date: Fri, 27 Oct 2023 16:00:14 +0200 Subject: [PATCH] ch/update count_lines to exclude dirs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 718f525..8f8e927 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file