mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
Revert "VagrantFile: Don't sync .git"
This reverts commit 951a3c90398f219cac4856b7350dbef1087fffac.
This commit is contained in:
parent
dccb812632
commit
83871c7bf9
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -14,7 +14,7 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
#set up shared and rsynced folders
|
||||
config.vm.synced_folder "./vagrant_share/", "/vagrant/", id: "share", create: true
|
||||
config.vm.synced_folder ".", "/home/vagrant/proton", id: "proton", type: "rsync", rsync__exclude: [".git/", "/output/", "vagrant_share"], rsync__args: ["--verbose", "--archive", "-z", "--links", "--update"]
|
||||
config.vm.synced_folder ".", "/home/vagrant/proton", id: "proton", type: "rsync", rsync__exclude: ["/output/", "vagrant_share"], rsync__args: ["--verbose", "--archive", "-z", "--links", "--update"]
|
||||
|
||||
#this is where the VM is initialized on first setup
|
||||
config.vm.provision "shell", privileged: "true", inline: <<-SHELL
|
||||
|
Loading…
x
Reference in New Issue
Block a user