From 540046374332ea15a55853a818b1cc95ecbbd31f Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Tue, 8 Mar 2022 15:41:02 +0200 Subject: [PATCH] Ignore the only root .git directory --- environments/magento2/magento2.mutagen.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environments/magento2/magento2.mutagen.yml b/environments/magento2/magento2.mutagen.yml index 250cb492..9de33738 100644 --- a/environments/magento2/magento2.mutagen.yml +++ b/environments/magento2/magento2.mutagen.yml @@ -5,8 +5,11 @@ sync: watch: pollingInterval: 10 ignore: - vcs: true + vcs: false paths: + # Root .git folder + - "/.git/" + # System files - ".DS_Store" - "._*"