File tree 1 file changed +23
-23
lines changed 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,26 @@ languages:
4
4
JavaScript : true
5
5
PHP : false
6
6
Python : false
7
- # exclude_paths:
8
- - " **/deps/**" ,
9
- - " **/node_modules/**" ,
10
- - " **/vendor/**" ,
11
- - " **/**-min-**" ,
12
- - " **/**-min.**" ,
13
- - " **/**.min.**" ,
14
- - " **/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s" ,
15
- - " **/**jquery-*.*.?(*).?(cs|j)s" ,
16
- - " **/prototype?(*).js" ,
17
- - " **/**.test" ,
18
- - " console/**" ,
19
- - " dist/**" ,
20
- - " examples/**" ,
21
- - " meteor/**" ,
22
- - " lib/**" ,
23
- - " stuff/**" ,
24
- - " test-sql/**" ,
25
- - " test/**" ,
26
- - " utils/**" ,
27
- - " alasql.js" ,
28
- - " gulpfile.js" ,
29
- - " **/**_.js"
7
+ exclude_paths :
8
+ - " **/deps/**"
9
+ - " **/node_modules/**"
10
+ - " **/vendor/**"
11
+ - " **/**-min-**"
12
+ - " **/**-min.**"
13
+ - " **/**.min.**"
14
+ - " **/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s"
15
+ - " **/**jquery-*.*.?(*).?(cs|j)s"
16
+ - " **/prototype?(*).js"
17
+ - " **/**.test"
18
+ - " console/**"
19
+ - " dist/**"
20
+ - " examples/**"
21
+ - " meteor/**"
22
+ - " lib/**"
23
+ - " stuff/**"
24
+ - " test-sql/**"
25
+ - " test/**"
26
+ - " utils/**"
27
+ - " alasql.js"
28
+ - " gulpfile.js"
29
+ - " **/**_.js"
You can’t perform that action at this time.
0 commit comments