phpinsights icon indicating copy to clipboard operation
phpinsights copied to clipboard

Finder should take into consideration excluded paths

Open fliespl opened this issue 2 years ago • 1 comments

Q A
Bug report? yes?
Feature request? yes?
Library version 2.7.0

As suggested in title. Currently it first goes through whole base dir. This could end up with errors like permission denied. I.e. in my case it was docker-data directory which stores mysql data.

I know that I can just chmod it to my liking, but whole idea is not to have to do this :)

In this case exlcusion on finder executon should help.

fliespl avatar Apr 01 '23 20:04 fliespl

I have same problem

I have a docker/mariadb/ folder I tried to exclude it but doesn't work. Have you resolve your problem ?

devbysb avatar Mar 26 '24 14:03 devbysb