Add exclude_from_clean option

This commit is contained in:
Gregory Bonaert 2025-04-10 10:13:16 +02:00
parent 85e6279cec
commit ed2311a594
10 changed files with 45 additions and 12 deletions

View file

@ -29,6 +29,11 @@ export interface IGitSourceSettings {
*/
clean: boolean
/**
* Indicates path to exclude when cleaning
*/
exclude_from_clean: string
/**
* The filter determining which objects to include
*/