We are using Yarn 3 (our current version 3.2.4) and its yarn patch
tool to make local patch on packages. The problem we have is that the generated patch file includes many entries like
diff --git a/.DS_Store b/.DS_Store
I remember when we were using patch-package, we could pass a RegEx to its --include
argument to specify which files we have actually changed.
So is it possible to do the same in yarn patch
?