12345678910111213141516171819 |
- version: "2"
- syncs:
- magento1_appdata:
- notify_terminal: false
- src: ./src
- sync_strategy: native_osx
- sync_userid: 1000
- sync_groupid: 1000
- sync_args:
- - "-ignore='Path .idea'"
- - "-ignore='Path .git'"
- - "-ignore='BelowPath .git'"
- - "-ignore='Path var/cache/*'"
- - "-ignore='Path var/sessions/*'"
- - "-ignore='Path node_modules/*'"
|