Files
tgstation-server/TGS3.json
T

58 lines
1.0 KiB
JSON

{
"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"
]
}