-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.json
36 lines (36 loc) · 876 Bytes
/
build.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
{
"FirstRun": true,
"ShowBuildOptions": true,
"GitStatus": false,
"ContainPlugin":false,
"PluginFileName":"YourPlugin.dll",
"PluginPath":"C:/Path/To/Your/Plugin",
"CopyBundles": true,
"BuildZip": true,
"BuildDir": "./build",
"PathToGame": "C:/Battlestate Games/SP-Tarkov",
"CopyToGame": false,
"StartServer": false,
"StartDelay": 5,
"IgnoreList": [
"node_modules/",
"types/",
".idea/",
".git/",
".gitea/",
".vs/",
".vscode/",
".eslintignore",
".eslintrc.json",
".gitignore",
".DS_Store",
"packageBuild.ts",
"mod.code-workspace",
"package-lock.json",
"tsconfig.json",
"build.json",
"README.md",
"Readme.docx",
"client-side/"
]
}