From 4638351ec8eba61b387141047c3c9d4a483a3072 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 11 Apr 2024 22:21:38 +0300 Subject: [PATCH] server-ts: Update progress script --- _check_ts_progress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh index ac74a7205..c7b66ce23 100755 --- a/_check_ts_progress.sh +++ b/_check_ts_progress.sh @@ -4,7 +4,7 @@ cloc HEAD \ --git --md \ --include-lang=javascript,typescript \ --found=filelist.txt \ - --exclude-dir=public,libraries + --exclude-dir=public,libraries,views,docs grep -R \.js$ filelist.txt rm filelist.txt \ No newline at end of file