feat(GitRepo): Add glob-pattern exclusions for getUncommittedDiff and add minimatch; bump dependencies

This commit is contained in:
2025-11-04 01:26:54 +00:00
parent 5ba6c5370e
commit 9bacb2e548
6 changed files with 2394 additions and 2580 deletions
+2 -1
View File
@@ -15,5 +15,6 @@ export { smartenv, smartfile, smartpath, smartpromise, smartstring, smarttime };
// third party
import * as diff from 'diff';
import isomorphicGit from 'isomorphic-git';
import { minimatch } from 'minimatch';
export { diff, isomorphicGit };
export { diff, isomorphicGit, minimatch };