mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-06 02:47:45 +00:00
ef8dfdc006
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": ["temp/**", "dist_cache/**", "lib/**", "dist/**"],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["dist", "lib", "dist_cache"]
|
|
}
|
|
]
|
|
} |