You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using mirakle 1.4.3 on osX (10.15 catalina) with rsync 3.2.3.
I've adopted mirakle with my android project and most things works fine, but some of ignore settings not worked. And I found local ignore starts with / is not excluded in rsync.
I got rsync command log by run gradle with --debug option and command is like below
Then I tested this command on command line and /a , /b was not excluded, too. If I change rsync path from /my_project_path to /my_project_path/. it worked well.
I'm using mirakle 1.4.3 on osX (10.15 catalina) with rsync 3.2.3.
I've adopted mirakle with my android project and most things works fine, but some of ignore settings not worked. And I found local ignore starts with / is not excluded in rsync.
I got rsync command log by run gradle with
--debug
option and command is like belowThen I tested this command on command line and
/a
,/b
was not excluded, too. If I change rsync path from/my_project_path
to/my_project_path/.
it worked well.So, could you fix rsync command to include
/.
in mirakle plugin?The text was updated successfully, but these errors were encountered: