aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-13 16:47:29 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-13 16:47:29 +0100
commit6c5aaabe8bb0ae1b8025953f6a9c462846bbb873 (patch)
tree93f68b2d3307b8f64187444a769a92cebf135caa /Vagrantfile
parent97130af8dd3f761bbc4cc085def3cd39b80b876e (diff)
parent00e2586a42931567d2ac18350d41dd882e7fcd92 (diff)
downloadhmnoweb-6c5aaabe8bb0ae1b8025953f6a9c462846bbb873.tar.gz
hmnoweb-6c5aaabe8bb0ae1b8025953f6a9c462846bbb873.tar.bz2
hmnoweb-6c5aaabe8bb0ae1b8025953f6a9c462846bbb873.zip
Merge branch 'gallery-links'
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index d24ce9d..2dfe550 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,5 +7,5 @@ Vagrant.configure("2") do |config|
config.vm.guest = :freebsd
config.vm.network :forwarded_port, host: 3000, guest: 3000
config.vm.provision :shell, :path => "vagrant/bootstrap.sh"
- config.vm.synced_folder ".", "/vagrant", type: "rsync", rsync__exclude: %w[.git/ vendor/bundle/]
+ config.vm.synced_folder ".", "/vagrant", type: "rsync", rsync__exclude: %w[.git/ db/*.sqlite3 public/system/ vendor/bundle/]
end