Add more ignores and cleanup Vagrantfile adjustments

This commit is contained in:
Chris Roberts 2019-03-04 13:25:00 -08:00
parent b11c86528a
commit 9f8d883852
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -48,8 +48,10 @@ doc/
.ruby-version
.rvmrc
# Extensions
*.so
*.bundle
tmp/*
# Box storage for spec
test/vagrant-spec/boxes/*.box

4
Vagrantfile vendored
View File

@ -14,10 +14,6 @@ Vagrant.configure("2") do |config|
end
end
config.vm.provider :vmware_desktop do |v, override|
v.foobar = 'hi'
end
config.vm.provision "shell", inline: $shell
config.push.define "www", strategy: "local-exec" do |push|