I was wondering if this program can run on files that are included in the repository, and not ignored by git.
For example, the .gitignore in my project's root already ignores all instances of node_modules, in the root and subdirectories.
Maybe you can leverage this solution using git itself.
Hello,
I was wondering if this program can run on files that are included in the repository, and not ignored by git. For example, the
.gitignore
in my project's root already ignores all instances ofnode_modules
, in the root and subdirectories.Maybe you can leverage this solution using git itself.