maksit-webui/utils/Update-RepoUtils/scriptsettings.json
2026-05-24 20:48:35 +02:00

17 lines
496 B
JSON

{
"$schema": "https://json-schema.org/draft-07/schema",
"title": "Update RepoUtils Script Settings",
"description": "Configuration for the Update-RepoUtils utility.",
"dryRun": false,
"repository": {
"url": "https://github.com/MAKS-IT-COM/maksit-repoutils.git",
"sourceSubdirectory": "src",
"preserveFileName": "scriptsettings.json",
"cloneDepth": 1,
"skippedRelativeDirectories": [
"Release-Package/CustomPlugins",
"Run-Tests/CustomPlugins"
]
}
}