forked from tgstation/tgstation-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTGS3.json
58 lines (58 loc) · 1.01 KB
/
TGS3.json
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
{
"documentation": [
"Place this file in the root of your repo in order to configure TGS3 per repository options",
"This file is not required, it merely configures changelog generation, static directories, and .dlls",
"All keys except the ones below are ignored by the service"
],
"changelog": {
"script": "path/to/changelog/generator.py",
"arguments": "space delimited \"script arguments\"",
"pip_dependancies": [
"optional",
"list",
"of",
"pip",
"install",
"packages"
]
},
"synchronize_paths": [
"list",
"of",
"regex",
"paths",
"to",
"stage",
"for",
"git",
"commit"
],
"static_directories": [
"list",
"of",
"directories",
"that",
"should",
"not",
"be",
"changed",
"with",
"repo",
"updates",
"et al"
],
"dlls": [
"list",
"of",
".dlls",
"that",
"your",
"game",
"uses",
"these",
"will",
"be",
"handled",
"properly"
]
}