Forráskód Böngészése

Updated sync_excludes in docker-sync

Mark Shust 7 éve
szülő
commit
616c0b8fdd

+ 1 - 1
compose/magento-1/docker-compose-dev.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
-# Version 11.1.4
+# Version 11.1.5
 
 version: "3"
 

+ 1 - 1
compose/magento-1/docker-compose.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
-# Version 11.1.4
+# Version 11.1.5
 
 version: "3"
 

+ 2 - 8
compose/magento-1/docker-sync.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
-# Version 11.1.4
+# Version 11.1.5
 
 version: "2"
 
@@ -10,10 +10,4 @@ syncs:
     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/*'"
+    sync_excludes: ['.idea', '.git*', 'var/cache', 'var/full_page_cache', 'var/session']

+ 1 - 1
compose/magento-2/docker-compose-dev.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
-# Version 11.1.4
+# Version 11.1.5
 
 version: "3"
 

+ 1 - 1
compose/magento-2/docker-compose.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
-# Version 11.1.4
+# Version 11.1.5
 
 version: "3"
 

+ 2 - 8
compose/magento-2/docker-sync.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
-# Version 11.1.4
+# Version 11.1.5
 
 version: "2"
 
@@ -10,10 +10,4 @@ syncs:
     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/*'"
+    sync_excludes: ['.idea', '.git*', 'var/cache', 'var/composer_home', 'var/page_cache', 'var/session', 'var/tmp', 'var/view_preprocessed']