phpinsights
phpinsights copied to clipboard
Finder should take into consideration excluded paths
| 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.
I have same problem
I have a docker/mariadb/ folder I tried to exclude it but doesn't work. Have you resolve your problem ?