/*! * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ export declare function modifyGitIgnore(projectDir: string, addCds: boolean): void;