-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Version
0.4.2
Description
--gitignore
reads the contents of .gitignore
files and skip the matches when recursing.
However, there are some files "ignored by default" by git
which are not in the .gitignore
files.
The main example being the .git
folder, which is commonly huge, it would be very useful to have -g
also ignoring them.
Current Behavior
Doesn't ignore .git/
when -g
is set.
Expected Behavior
Ignore .git/
when -g
is set.
Additional Information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request