mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2026-06-13 09:46:41 +02:00
17 lines
484 B
JSON
17 lines
484 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
"title": "Update RepoUtils Script Settings",
|
|
"description": "Configuration for the Update-RepoUtils utility.",
|
|
"dryRun": true,
|
|
"repository": {
|
|
"url": "https://github.com/MAKS-IT-COM/maksit-repoutils.git",
|
|
"sourceSubdirectory": "src",
|
|
"preserveFileName": "scriptSettings.json",
|
|
"cloneDepth": 1,
|
|
"skippedRelativeDirectories": [
|
|
"engines/release/custom",
|
|
"engines/test/custom"
|
|
]
|
|
}
|
|
}
|