Interface indexAllCurrentDirectoryOptions

interface indexAllCurrentDirectoryOptions {
    ignoreRemovals: boolean;
}

Properties

Properties

ignoreRemovals: boolean

Whether omit to index deleted files. Setting it to true will execute git add . --ignore-removal.

Generated using TypeDoc