mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
358 B
JSON
19 lines
358 B
JSON
|
{
|
||
|
"inputDirs": [
|
||
|
"P:/z/ace/addons/"
|
||
|
],
|
||
|
"includePaths": [
|
||
|
"P:/"
|
||
|
],
|
||
|
"excludeList": [
|
||
|
"initsettings.sqf",
|
||
|
"initkeybinds.sqf",
|
||
|
"xeh_prep.sqf",
|
||
|
"\\dev\\",
|
||
|
"medical_ai\\statemachine.sqf",
|
||
|
"common\\functions\\fnc_dummy.sqf"
|
||
|
],
|
||
|
"outputDir": "P:/",
|
||
|
"workerThreads": 12
|
||
|
}
|