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
which basically ignores all files in the directory except the two negated files. Now I want clean the directory of all the ignored files. How can I get globby to return the list of files that should be removed based on the .gitignore.
The text was updated successfully, but these errors were encountered:
I have a .gitignore with the following contents:
which basically ignores all files in the directory except the two negated files. Now I want clean the directory of all the ignored files. How can I get globby to return the list of files that should be removed based on the .gitignore.
The text was updated successfully, but these errors were encountered: