maksit-webui/utils/tools/Update-RepoUtils/scriptSettings.json
Maksym Sadovnychyy eb9e8b9af0
Some checks failed
Storybook tests / storybook-tests (push) Has been cancelled
(feature): clearToasts and community RepoUtils sync
2026-07-28 21:01:28 +02:00

20 lines
542 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": [
"engines/release/custom",
"engines/test/custom"
],
"omittedRelativeDirectories": [
"tests"
]
}
}