Skip to content

Commit

Permalink
Merge pull request #496 from ihor-sviziev/patch-2
Browse files Browse the repository at this point in the history
Ignore the only root .git directory
  • Loading branch information
navarr authored Dec 22, 2022
2 parents e5ed6a8 + 5400463 commit 229f9c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion environments/magento2/magento2.mutagen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ sync:
watch:
pollingInterval: 10
ignore:
vcs: true
vcs: false
paths:
# Root .git folder
- "/.git/"

# System files
- ".DS_Store"
- "._*"
Expand Down

0 comments on commit 229f9c9

Please sign in to comment.