Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Mar 10, 2021
2 parents 79d8b5a + 1daf0ce commit c7ee7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

Tool to count the number of lines and characters of project

[计算项目代码行数和字符串的工具]
[计算项目代码行数和字符串的工具] | [[中文](https://github.com/theajack/count-code-line/blob/master/README.cn.md)]

## 0. Features

Expand Down Expand Up @@ -121,4 +121,4 @@ Configuration items such as includes excludes support fuzzy matching, and the ma

'a/**/*.js' matches all files in the folder a with a suffix of .js; regular: new RegExp(`^/a/([^/])*.js$`)

'a/*.js' only matches all sub-files with .js suffix in folder a; regular: new RegExp(`^/a/([^/])*.js$`)
'a/*.js' only matches all sub-files with .js suffix in folder a; regular: new RegExp(`^/a/([^/])*.js$`)

0 comments on commit c7ee7bc

Please sign in to comment.