ts-repo-utils
    Preparing search index...

    Function getUntrackedFiles

    • Get untracked files from the working tree (files not added to git). Runs git ls-files --others --exclude-standard [--deleted]

      Parameters

      • Optionaloptions: Readonly<{ excludeDeleted?: boolean; silent?: boolean }>

      Returns Promise<
          Result<readonly string[], ExecException | Readonly<{ message: string }>>,
      >