mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9873bf566c
* Field Manual - Cleanup toml * Fix magwell capitilization * asc - skip fnc_zeusAttributes as it's hardcoded to be blocked * Eliminate all use of += in fieldmanual * Update sqfc.json
20 lines
409 B
JSON
20 lines
409 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",
|
|
"zeus\\functions\\fnc_zeusAttributes.sqf"
|
|
],
|
|
"outputDir": "P:/",
|
|
"workerThreads": 12
|
|
}
|