platform/models/model-rig/profiles/default/config/heft.json

14 lines
293 B
JSON
Raw Normal View History

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