Docker Edge 2.3.3.2 dockerignore vs mutagen.yml issue

I have a .dockerignore file which is used when building images in the CI process (for staging & production environments).
This file contains some folders which on the local dev environment I do need to be synchronized using the file-sharing process.
I would like to know if there’s an option for Docker Edge to look at mutagen.yml instead of .dockerignore for the file synchronization as I cannot change my .dockerignore file at this time.

Thanks