mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-31 15:59:59 +00:00
2eab0fc71f
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": ["temp/**", "dist_cache/**", "lib/**"],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", "dist"]
|
|
}
|
|
]
|
|
} |