platform/models/model-rig/profiles/default/config/heft.json
Andrey Platov 9246369b40
add model and model-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 07:39:49 +02:00

14 lines
293 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
"eventActions": [
{
"actionKind": "deleteGlobs",
"heftEvent": "clean",
"actionId": "defaultClean",
"globsToDelete": ["dist", "lib", "temp"]
}
],
"heftPlugins": [
]
}