You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: