summaryrefslogtreecommitdiff
path: root/test/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Vagrantfile')
-rw-r--r--test/Vagrantfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Vagrantfile b/test/Vagrantfile
index 8ce1739..05d6747 100644
--- a/test/Vagrantfile
+++ b/test/Vagrantfile
@@ -2,8 +2,7 @@ Vagrant.configure(2) do |config|
config.vm.box = 'debian/stretch64'
# sync by copying for isolation
- config.vm.synced_folder "..", "/dotbot", type: "rsync",
- rsync__exclude: ".git/"
+ config.vm.synced_folder "..", "/dotbot", type: "rsync"
# disable default synced folder
config.vm.synced_folder ".", "/vagrant", disabled: true