gift icon indicating copy to clipboard operation
gift copied to clipboard

Add repo.clean

Open tomek-he-him opened this issue 9 years ago • 2 comments

Hi, I’d love to be able to clean a part of the repo. For example:

repo.clean(
  'test/mock-cwd',
  {force: true},
  (error) => {…}
);

tomek-he-him avatar Jul 06 '15 11:07 tomek-he-him

Could you send a PR?

notatestuser avatar Jul 07 '15 14:07 notatestuser

Hi, thanks for the response. I actually moved to a simpler solution for the initial problem – without git. So I’m not using gift after all.

Feel free to close this issue if you don’t think it may be useful for others.

tomek-he-him avatar Jul 07 '15 15:07 tomek-he-him