ch/update count_lines to exclude dirs
This commit is contained in:
parent
a8377110bb
commit
42dd9613d4
2
Makefile
2
Makefile
@ -106,6 +106,6 @@ evans:
|
|||||||
evans --host localhost --port 9090 --package pb -r repl
|
evans --host localhost --port 9090 --package pb -r repl
|
||||||
|
|
||||||
count_lines:
|
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
|
.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
|
Loading…
x
Reference in New Issue
Block a user