|
9 | 9 | 'event-handlers',
|
10 | 10 | 'html-templates' => [
|
11 | 11 | 'exclude' => [
|
12 |
| - '#^/redirects/#', // exclude redirects library |
13 |
| - '#^/connectors/github/#' |
| 12 | + // exclude files from emergence-redirects |
| 13 | + '#^/redirects/#', |
| 14 | + |
| 15 | + // exclude files from emergence-github |
| 16 | + '#^/connectors/github/#', |
| 17 | + |
| 18 | + // exclude files from emergence-slack |
| 19 | + '#^/connectors/slack/#' |
14 | 20 | ]
|
15 | 21 | ],
|
16 | 22 | 'locales',
|
17 |
| - 'php-classes' => [ |
18 |
| - 'exclude' => [ |
19 |
| - '#^/ReCaptcha/#', // exclude ReCaptcha library pulled from google repo |
20 |
| - '#^/Emergence/Redirects/#', |
21 |
| - '#^/Emergence/GitHub/#' |
22 |
| - ] |
23 |
| - ], |
| 23 | + 'php-classes/Drewm', |
| 24 | + 'php-classes/Emergence/Events', |
| 25 | + 'php-classes/Laddr', |
| 26 | + 'php-classes/RemoteSystems', |
| 27 | + 'php-classes/Laddr.php', |
24 | 28 | 'php-config' => [
|
25 | 29 | 'exclude' => [
|
26 |
| - '#^/Site.config.d/redirects\.php$#', // exclude redirects library |
| 30 | + // exclude files from emergence-redirects |
| 31 | + '#^/Site.config.d/redirects\.php$#', |
| 32 | + |
| 33 | + // exclude files from emergence-github |
27 | 34 | '#^/Emergence/GitHub/#',
|
28 |
| - '#^/Emergence/People/User\.config\.d/github-token\.php$#' |
| 35 | + '#^/Emergence/People/User\.config\.d/github-token\.php$#', |
| 36 | + |
| 37 | + // exclude files from emergence-slack |
| 38 | + '#^/Emergence/Slack/#', |
| 39 | + |
| 40 | + // exclude files from emergence-saml2 |
| 41 | + '#^/Emergence/SAML2/#', |
| 42 | + '#^/SAML2/Compat/ContainerSingleton\.config\.php#', |
| 43 | + '#^/TableManagerRequestHandler\.config\.d/emergence-saml2\.php#', |
| 44 | + '#^/Git\.config\.d/simplesamlphp-saml2\.php#', |
| 45 | + '#^/Git\.config\.d/xmlseclibs\.php#' |
| 46 | + |
29 | 47 | ]
|
30 | 48 | ],
|
31 | 49 | 'php-migrations' => [
|
|
35 | 53 | ],
|
36 | 54 | 'site-root' => [
|
37 | 55 | 'exclude' => [
|
38 |
| - '#^/redirects\.php$#', // exclude redirects library |
39 |
| - '#^/connectors/github\.php#' |
| 56 | + // exclude files from emergence-redirects |
| 57 | + '#^/redirects\.php$#', |
| 58 | + |
| 59 | + '#^/connectors/github\.php#', |
| 60 | + |
| 61 | + // exclude files from emergence-slack |
| 62 | + '#^/connectors/slack\.php#', |
| 63 | + |
| 64 | + // exclude files from emergence-saml2 |
| 65 | + '#^/connectors/saml2\.php#', |
40 | 66 | ]
|
41 | 67 | ]
|
42 | 68 | ]
|
|
0 commit comments