File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ Git::$ repositories ['emergence-github ' ] = [
4
+ 'remote ' => 'https://github.com/JarvusInnovations/emergence-github.git ' ,
5
+ 'originBranch ' => 'master ' ,
6
+ 'workingBranch ' => 'master ' ,
7
+ 'trees ' => [
8
+ 'php-classes/Emergence/GitHub ' ,
9
+ 'php-config/Emergence/GitHub ' ,
10
+ 'php-config/Git.config.d/emergence-github.php ' ,
11
+ 'site-root/connectors/github.php '
12
+ ]
13
+ ];
Original file line number Diff line number Diff line change 16
16
'php-classes ' => [
17
17
'exclude ' => [
18
18
'#^/ReCaptcha/# ' , // exclude ReCaptcha library pulled from google repo
19
- '#^/Emergence/Redirects/# '
19
+ '#^/Emergence/Redirects/# ' ,
20
+ '#^/Emergence/GitHub/# '
20
21
]
21
22
],
22
23
'php-config ' => [
23
24
'exclude ' => [
24
- '#^/Site.config.d/redirects.php$# ' // exclude redirects library
25
+ '#^/Site.config.d/redirects\.php$# ' , // exclude redirects library
26
+ '#^/Emergence/GitHub/# '
25
27
]
26
28
],
27
29
'php-migrations ' ,
28
30
'site-root ' => [
29
31
'exclude ' => [
30
- '#^/redirects.php$# ' // exclude redirects library
32
+ '#^/redirects\.php$# ' , // exclude redirects library
33
+ '#^/connectors/github\.php# '
31
34
]
32
35
]
33
36
]
You can’t perform that action at this time.
0 commit comments