EugenMayer / docker-sync

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux
GNU General Public License v3.0
3.54k stars 289 forks source link

Use the Unison 'Name' prefix for default ignores #820

Closed zessx closed 2 years ago

zessx commented 2 years ago

We cannot rely on sync_excludes_type for default ignores, at the user can and will override it for his needs.

Ref: https://github.com/EugenMayer/docker-sync/issues/819

yosephsa commented 2 years ago

@zessx Great catch! Looks like that needs to be modified in the native_osx.rb file as well.

EugenMayer commented 2 years ago

Thank you for the contribution!