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
At the current stage of this extension, it seems that find_cmd is hardcoded. I wish there was an ability for me to include different flags to make my search a bit nicer. For instance having "--no-ignore" flag on rg or fd would be nice as you don't typically commit photos to your project. Is there any way, to make the expressions a bit freer? Thanks.
The text was updated successfully, but these errors were encountered:
For reaches this issue:
try including a .fdignore and whitelist the folders/files whit the photos
In my .gitignore I'm still ignoring the folder output
But in my project I also have a .fdignroe file with the following:
!output
And now I'm capable to see all the files in the output folder
At the current stage of this extension, it seems that find_cmd is hardcoded. I wish there was an ability for me to include different flags to make my search a bit nicer. For instance having "--no-ignore" flag on rg or fd would be nice as you don't typically commit photos to your project. Is there any way, to make the expressions a bit freer? Thanks.
The text was updated successfully, but these errors were encountered: