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
Is your feature request related to a problem? Please describe.
A strange thing I encountered is scanning my home dir does not ignore hidden paths, because of the fact that I use bottles I get a lot of junk repos in the tracker such as: /home/trident/.var/app/com.usebottles.bottles/data/bottles/bottles/Epic-Games/dosdevices/z
Describe the solution you'd like
It would be nice to have a flag on the scan command to specify that I want to scan hidden folders, and to ignore them by default.
Perhaps something like: git conform scan ~ --all
or: git conform scan ~ --allow-hidden
Additional context
The text was updated successfully, but these errors were encountered:
The scan command already has an option for ignoring hidden directories entirely. All you have to do is run git conform scan with the --no-hidden flag, although I'll take your suggestions into consideration cause I was thinking the same during development and it actually might be better to ignore hidden directories by default. Probably will change that in a future release.
Is your feature request related to a problem? Please describe.
A strange thing I encountered is scanning my home dir does not ignore hidden paths, because of the fact that I use bottles I get a lot of junk repos in the tracker such as:
/home/trident/.var/app/com.usebottles.bottles/data/bottles/bottles/Epic-Games/dosdevices/z
Describe the solution you'd like
It would be nice to have a flag on the scan command to specify that I want to scan hidden folders, and to ignore them by default.
Perhaps something like:
git conform scan ~ --all
or:
git conform scan ~ --allow-hidden
Additional context
The text was updated successfully, but these errors were encountered: