-
Notifications
You must be signed in to change notification settings - Fork 5
/
config_template.json
43 lines (43 loc) · 1.14 KB
/
config_template.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
{
"project": "",
"client_id": "",
"container": "",
"git_commit": "",
"token_url": "https://oauth2.googleapis.com/token",
"auth_url": "https://accounts.google.com/o/oauth2/v2/auth",
"scope": "https://www.googleapis.com/auth/devstorage.read_only",
"plastic": {
"includes": [
"Engine/Config",
"Engine/Shaders",
"Engine/Plugins",
"Engine/Build/BatchFiles",
"Engine/Build/Commit.gitdeps.xml",
"Engine/Binaries/ThirdParty",
"Engine/Binaries/DotNET/GitDependencies.exe",
"Engine/Binaries/DotNET/GitDependencies.exe.config",
"Game",
"Setup.bat",
"Setup.sh",
"UE4Games.uprojectdirs",
".editorconfig",
"ignore.conf",
".gitdepsignore",
"README.md",
"LICENSE.md"
],
"excludes": [
"Game/Source",
"Game/Scripts"
]
},
"longtail": {
"version": "v0.3.0"
},
"jira": {
"url": "",
"project_id": 0,
"issue_type": 0,
"priority": 0
}
}