File tree 2 files changed +15
-14
lines changed
2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<!-- Exclude Composer vendor directory. -->
12
12
<exclude-pattern >*/vendor/*</exclude-pattern >
13
+ <exclude-pattern >*/third-party/*</exclude-pattern >
13
14
14
15
<!-- Exclude NPM modules -->
15
16
<exclude-pattern >*/node_modules/*</exclude-pattern >
Original file line number Diff line number Diff line change 12
12
'finders ' => array (
13
13
// General dependencies, except Google API services.
14
14
Finder::create ()
15
- ->files ()
16
- ->ignoreVCS ( true )
17
- ->notName ( '/LICENSE|.* \\.md|.* \\.dist|Makefile|composer \\.(json|lock)/ ' )
18
- ->exclude (
19
- array (
20
- 'doc ' ,
21
- 'test ' ,
22
- 'test_old ' ,
23
- 'tests ' ,
24
- 'Tests ' ,
25
- 'vendor-bin ' ,
26
- )
27
- )
28
- ->in ( 'vendor ' ),
15
+ ->files ()
16
+ ->ignoreVCS ( true )
17
+ ->notName ( '/LICENSE|.* \\.md|.* \\.dist|Makefile|composer \\.(json|lock)/ ' )
18
+ ->exclude (
19
+ array (
20
+ 'doc ' ,
21
+ 'test ' ,
22
+ 'test_old ' ,
23
+ 'tests ' ,
24
+ 'Tests ' ,
25
+ 'vendor-bin ' ,
26
+ )
27
+ )
28
+ ->in ( 'vendor ' ),
29
29
),
30
30
'files-whitelist ' => array (),
31
31
'whitelist ' => array (),
You can’t perform that action at this time.
0 commit comments