-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.js
106 lines (106 loc) · 3.22 KB
/
config.js
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
module.exports = {
include: [
'2024.01.24-20.02.45.ts',
// '2024.01.22-18.44.37.ts',
'2024.01.02-19.35.04.ts',
'2023.12.13-23.14.17.ts',
'2023.12.09-14.14.13.ts',
'2023.12.01-23.19.47.ts',
'2022.12.13-22.10.01.ts',
'2022.12.08-20.30.30.ts',
'2021.12.14-20.14.35.js',
'2021.03.03-20.46.40.js',
'2021.01.12-22.15.45.js',
'2021.01.04-22.59.28.js',
'2020.12.08-22.59.06.js',
'2020.08.19-22.51.16.js',
'2020.08.04-17.24.11.js',
'2020.07.29-16.58.09.js',
'2020.07.29-16.24.51.js',
'2020.07.16-19.54.47.js',
// fill in some others here
'2020.05.05-18.02.12.js',
'2020.05.05-15.41.24.js',
'2019.11.07-20.28.45.js',
'2019.11.04-19.05.27.js',
'2019.10.31-22.16.45.js',
'2019.10.30-10.49.33.js',
'2019.10.28-19.57.21.js',
'2019.10.28-18.39.01.js',
'2019.10.27-21.36.51.js',
'2019.10.20-11.53.54.js',
'2019.10.18-17.04.59.js',
'2019.10.18-16.28.56.js',
'2019.10.18-10.46.22.js',
'2019.10.16-18.54.23.js',
'2019.10.13-12.18.36.js',
'2019.10.09-22.24.41.js',
'2019.10.09-21.58.22.js',
'2019.10.09-15.45.13.js',
'2019.10.08-20.35.38.js',
'2019.10.08-18.33.46.js',
'2019.10.07-14.32.42.js',
'2019.07.09-21.59.58.js',
'2019.07.08-18.46.39.js',
'2019.04.10-20.11.23.js',
'2019.03.28-21.23.28.js',
'2019.03.19-20.20.15.js',
'2019.03.14-20.42.32.js',
'2019.03.12-22.01.53.js',
'2019.03.07-21.10.24.js',
'2019.03.05-20.48.18.js',
'2019.02.20-20.43.47.js',
'2019.02.19-20.12.54.js',
// '2019.02.12-20.34.01.js',
'2019.02.10-16.22.21.js',
'2019.02.09-20.58.00.js',
'2019.02.06-10.39.57.js',
'2019.02.03-08.57.41.js',
'2019.01.31-21.35.35.js',
'2019.01.27-21.59.38.js',
'2019.01.24-20.27.40.js',
'2019.01.22-18.52.40.js',
'2019.01.21-16.35.31.js',
'2019.01.21-15.21.37.js',
'2019.01.17-20.27.28.js',
'2019.01.16-17.59.32.js',
'2019.01.15-20.08.01.js',
'2019.01.14-21.03.26.js',
'2019.01.13-21.23.29.js',
'2019.01.11-18.57.04.js',
'2019.01.10-18.29.43.js',
'2019.01.09-17.54.29.js',
'2019.01.08-17.11.23.js',
'2019.01.05-15.13.33.js',
'2019.01.03-09.00.05.js',
'2019.01.02-20.31.13.js',
'2018.11.23-11.40.25.js',
'2018.09.04-21.31.02.js',
'2018.09.02-16.40.59.js',
'2018.09.01-23.14.08.js',
'2018.08.26-18.16.44.js',
'2018.08.14-18.46.36.js',
'2018.07.29-19.49.13.js',
'2018.07.21-17.52.16.js',
'2018.07.16-19.25.50.js',
'2018.07.15-21.37.14.js',
// 'animistic-meter.js', -- FIXME: not building?
'antic-grandmom.js',
// 'baleful-virtue.js', -- FIXME: not building?
// 'boorish-trellis.js', -- FIXME: not building?
'corpulent-porcupine.js',
'defamatory-roundabout.js',
// 'didactic-protest.js', -- FIXME: not building?
'irksome-stepmother.js',
'jejune-mop.js',
// 'jocular-replace.js', -- FIXME: not building?
'loquacious-infancy.js',
'nefarious-cartload.js',
// 'pernicious-maybe.js', -- FIXME: not building?
'redolent-hostel.js',
// 'rhadamanthine-cartload.js', -- FIXME: not building?
// 'ruminative-steven.js', -- FIXME: not building?
// 'voluble-russian.js', -- FIXME: not building?
'wheedling-tummy.js'
]
}