summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 4102c424..ba925079 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -22,10 +22,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
- if /mswin|mingw/ =~ RUBY_PLATFORM
- config.vm.synced_folder ".", "/vagrant", type: "rsync", rsync__exclude: ".git/"
- end
-
config.vm.provider "libvirt" do |v, override|
v.memory = 1024
override.vm.network :forwarded_port, guest: 3333, guest_ip: '127.0.0.1', host: 3333