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