gulp.task("git:check:untracked", cb => {
  return git.exec(
    {
      args: "ls-files --other --exclude-standard"
    },