josesoaresif
josesoaresif
Is it possible to exclude more than one folder?
Oh I found your closed issue [#20 ](https://github.com/andstor/copycat-action/issues/20) And now, I solved my issue accordingly. If you can, could you point out a resource that explains the glob rules that...
> I finally got how to run xdebug with docker magento in a WSL environment using VC Code @markshust I can write a documentation, just let me know where you...
> Hey Jose no worries! we should help each other whenever is possible. If @markshust doesn't pick a place for me to document it until Monday, I'll do it here,...
Just got it to work on my set-up using the following: 1st - I added a volume to docker-compose.dev.yml ```yml version: "3" services: app: volumes: &appvolumes ## Host mounts with...