1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
| # Only support regexp, testing against each relative file path
| # based on the echart base directory. And the pattern should
| # match the relative path completely.
|
| node_modules
| .*\.git
| .*\.github
| .*\.editorconfig
| .*\.gitignore
| .*\.jshintrc
| .*\.jshintrc-dist
| .*\.npmignore
| .*\.ratignore
| .*\.headerignore
| .*\.DS_Store
| .*\.idea
| .*rat\.iml
| __MAC_OS
| .*README.md
| .*MANIFEST\.txt
| DISCLAIMER
| NOTICE
| KEYS
| LICENSE
| LICENSE-.+
| licenses
| map/js
| map/json
| benchmark/dep/*
| test/ut/lib
| test/data$
| test/lib/esl\.js
| test/lib/perlin\.js
| test/lib/countup\.js
| .*jquery\.min\.js
| .*rollup\.browser\.js
| .*configure
| .+\.json
| .+\.map
| .+\.gexf
| .+\.jar
| .+\.bin
| .+\.csv
| .+\.png
| .+\.PNG
| .+\.jpg
| .+\.JPG
| .+\.jpeg
| .+\.JPEG
| .+\.gif
| .+\.GIF
| .+\.class
|
|